Awesome Crypto MCP Servers

v1.0.0Developer Toolsstable

** - A curated list of MCP servers by **[Luke Fan](https://github.com/badkk)**

awesome-crypto-mcp-serversmcpai-integration
Share:
135
Stars
0
Downloads
0
Weekly
0/5

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

Discover curated cryptocurrency-related MCP servers.
badkk

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 19, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-crypto-mcp-servers

Configuration

Configuration Details

Config File

claude_desktop_config.json

Performance

Response Metrics

Response Time< 200ms
ThroughputMedium

Resource Usage

Memory UsageLow
CPU UsageLow

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
1

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.

2

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.

3

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-mcp
4

Obtain 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.

5

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"]
    }
  }
}
6

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.

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.

Quick Config Preview

{ "mcpServers": { "awesome-crypto-mcp-servers": { "command": "npx", "args": ["-y", "awesome-crypto-mcp-servers"] } } }

Add this to your claude_desktop_config.json or .cursor/mcp.json

Read the full setup guide →

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.

33,000+ ServersFree & Open SourceStep-by-Step Guides