Awesome Crypto MCP Servers
** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)**
What is Awesome Crypto MCP Servers?
Awesome Crypto MCP Servers is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to ** - a curated list of mcp servers by **[luke fan](https://github.com/badkk)**
** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)**
This server falls under the Developer Tools category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- MCP protocol support
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx awesome-crypto-mcp-serversConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Awesome Crypto MCP Servers
Awesome Crypto MCP Servers is a community-curated directory of Model Context Protocol servers focused on cryptocurrency and blockchain functionality, maintained by Luke Fan. It catalogues 11+ implementations covering on-chain data queries, USDC transfers on Base, CoinMarketCap market data, the Crypto Fear & Greed Index, crypto news, DEX analytics across 20+ networks, whale transaction monitoring, EVM multi-chain services, and Solana/Ethereum on-chain actions. Developers use it as a discovery resource to find the right crypto MCP server to integrate into their Claude or LLM-powered workflows.
Prerequisites
- Node.js 18+ or Python 3.9+ depending on which listed server you choose to install
- An MCP-compatible client such as Claude Desktop or Claude Code
- API keys specific to the individual server you select (e.g., CoinMarketCap API key for coin_api_mcp)
- A crypto wallet or CDP credentials if using transfer/on-chain action servers
Browse the curated server list
Visit the repository at https://github.com/badkk/awesome-crypto-mcp-servers to read descriptions and links for all 11+ listed crypto MCP servers.
Choose a server that fits your use case
Select based on need: use DexPaprika for DEX token data across 20+ chains, crypto-feargreed-mcp for market sentiment, whale-tracker-mcp for large-transaction monitoring, or coin_api_mcp for CoinMarketCap price data.
Follow the individual server's installation instructions
Each listed server has its own repository and setup guide. For example, to install the crypto Fear & Greed MCP server via npm:
npx -y @ai-rb/crypto-feargreed-mcpObtain required API keys
Most servers require at least one API key. For CoinMarketCap data, register at pro.coinmarketcap.com to get a free API key. For Coinbase CDP transfers, create a project at portal.cdp.coinbase.com.
Add the chosen server to your MCP client config
Add the server block to claude_desktop_config.json (macOS: ~/Library/Application Support/Claude/claude_desktop_config.json) with the correct command and any required environment variables.
{
"mcpServers": {
"crypto-feargreed": {
"command": "npx",
"args": ["-y", "@ai-rb/crypto-feargreed-mcp"]
}
}
}Restart Claude Desktop and verify connection
Restart Claude Desktop after saving the config. A hammer icon in the interface confirms the MCP tools are active.
Awesome Crypto MCP Servers Examples
Client configuration
Example config for adding a crypto Fear & Greed MCP server from the curated list to Claude Desktop.
{
"mcpServers": {
"crypto-feargreed": {
"command": "npx",
"args": ["-y", "@ai-rb/crypto-feargreed-mcp"]
}
}
}Prompts to try
Prompts matching capabilities of servers listed in this directory.
- "What is the current Crypto Fear & Greed Index and what does it mean for the market?"
- "Show me the top traded pairs on Uniswap v3 across all supported chains"
- "Are there any whale transactions over $1M in the last hour for ETH?"
- "Get the current price and 7-day change for Bitcoin and Ethereum from CoinMarketCap"
- "List the latest crypto news headlines from CryptoPanic"Troubleshooting Awesome Crypto MCP Servers
A listed server fails to start or is not found via npx
Check the individual server's GitHub repository for its exact install command and current npm package name — names may have changed. Try installing globally first with 'npm install -g <package-name>'.
API rate limit errors when querying crypto data
Most free-tier crypto APIs (CoinMarketCap, CryptoPanic) have strict rate limits. Upgrade to a paid plan or cache results where possible. Check the individual server's README for rate limit guidance.
Frequently Asked Questions about Awesome Crypto MCP Servers
What is Awesome Crypto MCP Servers?
Awesome Crypto MCP Servers is a Model Context Protocol (MCP) server that ** - a curated list of mcp servers by **[luke fan](https://github.com/badkk)** It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Awesome Crypto MCP Servers?
Follow the installation instructions on the Awesome Crypto MCP Servers GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Awesome Crypto MCP Servers?
Awesome Crypto MCP Servers works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Awesome Crypto MCP Servers free to use?
Yes, Awesome Crypto MCP Servers is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Awesome Crypto MCP Servers Alternatives — Similar Developer Tools Servers
Looking for alternatives to Awesome Crypto MCP Servers? Here are other popular developer tools servers you can use with Claude, Cursor, and VS Code.
Ecc
★ 188.2kThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
Javaguide
★ 155.8kJava 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Gemini CLI
★ 104.5kA secure MCP server that wraps the Google Gemini CLI, allowing clients to query Gemini models using local OAuth sessions without requiring an API key. It provides tools for model interaction and diagnostics with built-in protection against command in
Awesome MCP Servers
★ 87.3k⭐ Curated list of Model Context Protocol (MCP) servers - tools that extend Claude Desktop, Cursor, Windsurf, and other MCP clients with custom capabilities.
MCP Servers
★ 86.0kModel Context Protocol Servers
CC Switch
★ 77.5kA cross-platform desktop All-in-One assistant for Claude Code, Codex, OpenCode, OpenClaw, Gemini CLI & Hermes Agent. Only official website: ccswitch.io
Browse More Developer Tools MCP Servers
Explore all developer tools servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Awesome Crypto MCP Servers in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Awesome Crypto MCP Servers?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.