Odel
defillama mcp server

defillama mcp server

Local
@friendlygeorgeJavaScriptMITUpdated 2mo ago

MCP server for DeFi Llama — free DeFi TVL, yields, stablecoins, bridges, DEX, and fee data for AI...

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).

npmdefillama-mcp-serverv1.0.0

Run

npx -y defillama-mcp-server

MCP client config

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