DeFi Llama MCP Server
Rank #20,464io.github.friendlygeorge/defillama-mcp-server
MCP server for DeFi Llama — free DeFi TVL, yields, stablecoins, bridges, DEX, and fee data for AI...
DeFi Llama MCP Server is a Model Context Protocol (MCP) server published by friendlygeorge. It ranks #20,464 of 115,460 servers tracked on MCP Toplist. DeFi Llama MCP Server is listed across 3 registries — Official MCP, Glama and PulseMCP, with 1 tracked version. It was first listed on Jun 6, 2026 and most recently updated on Jun 6, 2026.
Ranks ahead of 94,996 of 115,460 servers on MCP Toplist.
Use DeFi Llama MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add defillama-mcp-server -- npx -y defillama-mcp-server[mcp_servers.defillama-mcp-server]
command = "npx"
args = ["-y", "defillama-mcp-server"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"defillama-mcp-server": {
"command": "npx",
"args": [
"-y",
"defillama-mcp-server"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"defillama-mcp-server": {
"command": "npx",
"args": [
"-y",
"defillama-mcp-server"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"defillama-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"defillama-mcp-server"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"defillama-mcp-server": {
"command": "npx",
"args": [
"-y",
"defillama-mcp-server"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"defillama-mcp-server": {
"command": "npx",
"args": [
"-y",
"defillama-mcp-server"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.friendlygeorge%2Fdefillama-mcp-server)<a href="https://mcptoplist.com/server/io.github.friendlygeorge%2Fdefillama-mcp-server"><img src="https://mcptoplist.com/badge/io.github.friendlygeorge%2Fdefillama-mcp-server.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
friendlygeorge
Other servers by friendlygeorge
- Docker MCP Server#9,699 · 1 ver
- Resend MCP Server#19,125 · 1 ver
- CoinGecko MCP Server#19,662 · 1 ver
- etherscan-mcp-server#19,663 · 1 ver
- Jobber MCP Server#21,310 · 1 ver
- plausible-mcp-server#26,212 · 1 ver
- posthog-mcp-server#26,213 · 1 ver
- Jira MCP Server#28,068 · 1 ver
- Stripe MCP Server#31,118 · 1 ver
- sentry-mcp-server#35,643 · 1 ver
- Security Scanner MCP Server#38,907
- GraphQL MCP Server#98,768
Available versions (1)
| Version | Published |
|---|---|
| 1.0.0 | Jun 6, 2026 |
Frequently asked questions
- Who maintains DeFi Llama MCP Server?
- DeFi Llama MCP Server is maintained by friendlygeorge, which publishes 14 MCP servers (11 total versions) tracked on MCP Toplist.
- Is DeFi Llama MCP Server listed on the Official MCP Registry?
- Yes — DeFi Llama MCP Server is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does DeFi Llama MCP Server have?
- MCP Toplist tracks 1 version of DeFi Llama MCP Server, most recently published on Jun 6, 2026.
- Where can I find the source code for DeFi Llama MCP Server?
- The source code for DeFi Llama MCP Server is hosted at github.com/friendlygeorge/defillama-mcp-server.