mcpbeat Sign in

Defillama MCP Server

local only

Defillama MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 72 installs a week from npm. Last commit 6 Jun 2026.

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

Installs per day peak 27 · avg 10 · -4% w/w
a month agotoday
72
Installs / week
npm · defillama-mcp
0
Stars
0 open issues
6 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Defillama MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add defillama-mcp -- npx -y defillama-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "defillama-mcp": {
      "args": [
        "-y",
        "defillama-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.defillama-mcp]
command = "npx"
args = ["-y", "defillama-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "defillama-mcp": {
      "args": [
        "-y",
        "defillama-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "defillama-mcp": {
      "args": [
        "-y",
        "defillama-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Defillama MCP

same job, measured the same way
O
DeFi Protocol Data
by memoryapi

DeFi protocol data: TVL, yield pools, and cross-chain analytics

3 tools answering
Defillama MCP Server
by friendlygeorge

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

40 installs/wk local only
Onchain Activity Index
by nexus-mcp-infra

DeFi Protocol Activity Index -- quantitative on-chain activity metric from DefiLlama data

1 tools answering
Crypto Defi MCP
by thenextgennexus

MCP server giving AI agents one-connection access to crypto & DeFi data: DeFi protocol TVL, stableco

answering
Dexscreener MCP
by glebenjoy

DexScreener on-chain market data: search pairs, tokens, pools, trending tokens. No API key.

74 installs/wk local only
Dex Data MCP
by donnywin85

Multi-chain DEX prices, liquidity, routing and slippage. Free tier, no API key.

local only
Bank Of Canada MCP
by arose26

Bank of Canada economic data: exchange rates, policy rate, CPI, bond yields. No API key.

38 installs/wk local only
I
chainpulse — real-time crypto + prediction market data for AI agents
by fastdb-md

Crypto prices, gas, DeFi TVL, and live Polymarket odds. x402 pay-per-call, $0.001, no API key.

7 tools answering

Defillama MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Defillama MCP?
Defillama MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package defillama-mcp was installed 72 times last week.
How do I connect Defillama MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls defillama-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Defillama MCP?
The npm package defillama-mcp was installed 72 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Defillama MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.