Odel
defillama mcp

defillama mcp

Local
@glebenjoyTypeScriptMITUpdated 3mo ago

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

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-mcpv1.0.2

Run

npx -y defillama-mcp

MCP client config

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