Awesome Blockchain MCPs
🔗 A curated list of Blockchain & Crypto Model Context Protocol (MCP) servers. Enabling AI Agents to interact with the Blockchain, Web3, DeFi, on-chain data, on-chain actions, etc. 🚀
What is Awesome Blockchain MCPs?
Awesome Blockchain MCPs is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to 🔗 a curated list of blockchain & crypto model context protocol (mcp) servers. enabling ai agents to interact with the blockchain, web3, defi, on-chain data, on-chain actions, etc. 🚀
🔗 A curated list of Blockchain & Crypto Model Context Protocol (MCP) servers. Enabling AI Agents to interact with the Blockchain, Web3, DeFi, on-chain data, on-chain actions, etc. 🚀
This server falls under the Finance & Fintech category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- 🔗 A curated list of Blockchain & Crypto Model Context Protoc
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx awesome-blockchain-mcpsConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Awesome Blockchain MCPs
Awesome Blockchain MCPs is a curated community directory of blockchain and crypto-focused Model Context Protocol servers, organized by category: on-chain integrations, crypto finance and payments, and blockchain analytics and security. Rather than being a runnable server itself, it serves as the definitive reference for discovering MCP servers that enable AI agents to query wallet balances, execute smart contract calls, perform DeFi operations, analyze on-chain data, and process crypto payments across chains like Ethereum, Solana, Bitcoin, Polygon, and 100+ others.
Prerequisites
- Familiarity with the Model Context Protocol (MCP) and how to configure MCP clients
- An MCP-compatible client such as Claude Desktop, Cursor, or a custom agent
- Credentials specific to the individual blockchain MCP server you choose (varies by server — may include RPC endpoints, API keys, or wallet private keys)
- Node.js or Python runtime depending on which specific server you select from the list
Browse the directory to find a suitable blockchain MCP
Visit the Awesome Blockchain MCPs repository and browse the categorized list to find an MCP server matching your use case — on-chain actions, DeFi, payments, analytics, or a specific chain.
Choose a server and review its own README
Each listed server links to its own GitHub repository with installation instructions and required credentials. For example, the EVM MCP Server supports 30+ EVM chains, while Solana MCP (SendAI) provides 40+ Solana-specific actions.
Install the chosen MCP server
Follow the chosen server's installation instructions. Most are installable via npm or pip. For example, to install the EVM MCP server that covers Ethereum, Polygon, Arbitrum, and others:
npx -y @mcpdotdirect/evm-mcp-serverObtain required credentials for the chosen server
Gather any credentials the server needs: RPC endpoint URLs, API keys (e.g., Etherscan, CoinMarketCap, CoinGecko), or wallet private keys. Each server's README lists its specific requirements.
Configure your MCP client
Add the selected blockchain MCP server to your MCP client configuration with the appropriate credentials.
Awesome Blockchain MCPs Examples
Client configuration example (EVM MCP Server)
Example Claude Desktop config for the EVM MCP Server from the directory, which covers 30+ EVM-compatible blockchains including Ethereum, Polygon, BSC, and Arbitrum.
{
"mcpServers": {
"evm-mcp": {
"command": "npx",
"args": ["-y", "@mcpdotdirect/evm-mcp-server"],
"env": {
"ETH_RPC_URL": "https://mainnet.infura.io/v3/your_project_id"
}
}
}
}Prompts to try
Example prompts that would work with various servers in the directory, depending on which one you configure.
- "What is the ETH balance of address 0x1234...abcd?"
- "Show me the top DeFi vaults on Morpho with the best risk-adjusted yields"
- "Execute a USDC transfer of 10 USDC to 0xabc... on Base chain"
- "What is the current price and 24h volume of SOL?"
- "Find the best cross-chain swap route from ETH on Ethereum to SOL on Solana"Troubleshooting Awesome Blockchain MCPs
A listed server's repository link returns 404 or the project is archived
The Awesome Blockchain MCPs list is community-maintained and some linked projects may go inactive. Check the list's GitHub Issues for alternatives in the same category, or search the MCP server ecosystem for a maintained replacement with similar capabilities.
On-chain transactions fail or return insufficient funds errors
Most blockchain MCP servers that execute transactions require a funded wallet. Ensure the configured wallet address has enough native token to pay gas fees. Start with read-only queries (balance checks, data fetches) to verify connectivity before attempting writes.
API rate limits from blockchain data providers like CoinGecko or Etherscan
Free-tier API keys for services like Etherscan, CoinMarketCap, and CoinGecko have strict rate limits. Obtain a paid API key if you need higher throughput, or check if the chosen MCP server supports alternative providers (e.g., CoinCap MCP works without any API key).
Frequently Asked Questions about Awesome Blockchain MCPs
What is Awesome Blockchain MCPs?
Awesome Blockchain MCPs is a Model Context Protocol (MCP) server that 🔗 a curated list of blockchain & crypto model context protocol (mcp) servers. enabling ai agents to interact with the blockchain, web3, defi, on-chain data, on-chain actions, etc. 🚀 It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Awesome Blockchain MCPs?
Follow the installation instructions on the Awesome Blockchain MCPs GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Awesome Blockchain MCPs?
Awesome Blockchain MCPs works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Awesome Blockchain MCPs free to use?
Yes, Awesome Blockchain MCPs is open source and available under the MIT license. You can use it freely in both personal and commercial projects.
Awesome Blockchain MCPs Alternatives — Similar Finance & Fintech Servers
Looking for alternatives to Awesome Blockchain MCPs? Here are other popular finance & fintech servers you can use with Claude, Cursor, and VS Code.
ValueCell
★ 10.7kValueCell is a community-driven, multi-agent platform for financial applications.
Vibe Trading
★ 8.1k'Vibe-Trading: Your Personal Trading Agent'
Quantdinger
★ 6.2kAI quantitative trading platform for crypto, stocks, and forex with backtesting, live trading, market data, and multi-agent research.vibe-trading ,trading-agents,ai-trader,ai-trading
TradingView
★ 2.8kReal-time crypto & stock screening, advanced technical indicators, Bollinger Bands intelligence, candlestick patterns + native Claude Desktop integration. Multi-exchange (Binance, KuCoin, Bybit+). Open-source AI trading infrastructure.
Financial Datasets
★ 2.1kProvides access to comprehensive financial data including income statements, balance sheets, cash flow statements, stock prices, company news, SEC filings, and cryptocurrency information with built-in financial ratio analysis.
Stripe
★ 1.6kThe Stripe Model Context Protocol server allows you to integrate with Stripe APIs through function calling. This protocol supports various tools to interact with different Stripe services.
Browse More Finance & Fintech MCP Servers
Explore all finance & fintech servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Awesome Blockchain MCPs 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 Blockchain MCPs?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.