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. 🚀
Overview
Awesome Blockchain MCPs is a curated list of Blockchain & Crypto Model Context Protocol (MCP) servers that enable AI agents to interact with the Blockchain, Web3, and DeFi, allowing for on-chain data access and actions.
Users can explore the list of MCP servers to find suitable ones for their AI applications, enabling them to perform various blockchain-related tasks such as querying data and executing transactions.
- Curated list of Blockchain & Crypto MCP servers. - Enables AI models to perform on-chain actions and access blockchain data. - Supports various blockchain networks and protocols.
- AI agents executing smart contract calls on Ethereum.
- Fetching real-time cryptocurrency market data.
- Performing secure Bitcoin payments via the Lightning Network.
Add to your AI client
Use these steps to connect Awesome Blockchain MCPs 🚀 in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.
Cursor
Add this to your .cursor/mcp.json file in your project root, then restart Cursor.
.cursor/mcp.json
{
"mcpServers": {
"awesome-blockchain-mcps-royyannick": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-blockchain-mcps-royyannick"
]
}
}
}Claude Desktop
Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"awesome-blockchain-mcps-royyannick": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-blockchain-mcps-royyannick"
]
}
}
}Claude Code
Add this to your project's .mcp.json file. Claude Code will detect it automatically.
.mcp.json (project root)
{
"mcpServers": {
"awesome-blockchain-mcps-royyannick": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-blockchain-mcps-royyannick"
]
}
}
}VS Code (Copilot)
Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.
.vscode/mcp.json
{
"servers": {
"awesome-blockchain-mcps-royyannick": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-blockchain-mcps-royyannick"
]
}
}
}Windsurf
Add this to your Windsurf MCP config file, then restart Windsurf.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"awesome-blockchain-mcps-royyannick": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-blockchain-mcps-royyannick"
]
}
}
}Cline
Open Cline settings, navigate to MCP Servers, and add this server configuration.
Cline MCP Settings (via UI)
{
"mcpServers": {
"awesome-blockchain-mcps-royyannick": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-blockchain-mcps-royyannick"
]
}
}
}FAQ
What is Model Context Protocol (MCP)?
MCP is an open standard that allows AI models to interact with external tools, including blockchains.
Can I contribute to the list?
Yes! Contributions are welcome from all blockchain and AI developers.