Awesome Blockchain MCPs

v1.0.0Finance & Fintechstable

🔗 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. 🚀

awesome-blockchain-mcpsmcpai-integration
Share:
35
Stars
0
Downloads
0
Weekly
0/5

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

Access curated blockchain and crypto MCP servers.
Enable AI agents to interact with Web3 and DeFi protocols.
Execute on-chain actions and query blockchain data.
royyannick

Maintainer

LicenseMIT
Languagetypescript
Versionv1.0.0
UpdatedMay 16, 2026
Statushealthy
Maintenanceactive

Works with

ClaudeOpenAIwindowsmacoslinux

Installation

Manual Installation

npx awesome-blockchain-mcps

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 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
1

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.

2

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.

3

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

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

5

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.

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.

Quick Config Preview

{ "mcpServers": { "awesome-blockchain-mcps": { "command": "npx", "args": ["-y", "awesome-blockchain-mcps"] } } }

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

Read the full setup guide →

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.

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