Skip to content
Cursor

defillama mcp for Cursor

io.github.glebenjoy/defillama-mcp

DefiLlama DeFi data: chain/protocol TVL, yields, stablecoins, token prices. No API key.

client:Cursor transport:stdio runtime:npm

Install defillama mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "defillama-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "defillama-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

defillama mcp in other clients