Odel
FibX

FibX

Local
@fibrous-financeTypeScriptMITUpdated Yesterday

Swap, transfer, portfolio and Aave V3 on Base, HyperEVM and Monad, with the FibX app as MCP Apps UI.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmfibxv0.10.1

Run

npx -y fibx

MCP client config

{
  "mcpServers": {
    "fibx": {
      "command": "npx",
      "args": [
        "-y",
        "fibx"
      ]
    }
  }
}