Skip to content
Windsurf

defi mcp for Windsurf

io.github.matiosera3-ops/defi-mcp

AI agent access to on-chain DeFi data on Polygon & Arbitrum: balances, positions, prices.

client:Windsurf transport:stdio runtime:pypi

Install defi mcp in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "defi-mcp": {
      "command": "uvx",
      "args": [
        "defi-mcp"
      ],
      "env": {
        "POLYGON_RPC_URL": "<POLYGON_RPC_URL>",
        "ARBITRUM_RPC_URL": "<ARBITRUM_RPC_URL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

defi mcp in other clients