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. Last commit 22 Sep 2026.

DefiLlama protocols, chains, and TVL (merged).

Installs / week
npm · @mrfentmen/defillama-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
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 @mrfentmen/defillama-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "defillama-mcp": {
      "args": [
        "-y",
        "@mrfentmen/defillama-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.defillama-mcp]
command = "npx"
args = ["-y", "@mrfentmen/defillama-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "defillama-mcp": {
      "args": [
        "-y",
        "@mrfentmen/defillama-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "defillama-mcp": {
      "args": [
        "-y",
        "@mrfentmen/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
by glebenjoy

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

69 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
Chainstack
by chainstack

Deploy and manage blockchain nodes across 70+ protocols, search docs, request testnet funds.

18 tools answering
Gold Prices MCP
by mrfentmen

Gold and metal prices from gold-api.com (merged).

local only
Renzo MCP Server
by renzoprotocol

MCP server for Renzo protocol data, including chains, vaults, operators, and ezETH metrics.

9 tools answering
Delora MCP
by deloraprotocol

Delora MCP server for cross-chain quotes, supported chains, tokens, and tools.

28 installs/wk 6 tools answering
Defillama MCP Server
by friendlygeorge

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

27 installs/wk local only

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 @mrfentmen/defillama-mcp.
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 @mrfentmen/defillama-mcp straight from npm; nothing to host, nothing to sign up for.
Is Defillama MCP open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.