tumf/web3-mcp
An MCP server implementation wrapping Ankr Advanced API. Access to NFT, token, and blockchain data across multiple chains including Ethereum, BSC, Polygon, Avalanche, and more.
Quick Start
Clone the repository:
git clone https://github.com/tumf/web3-mcpClaude Desktop configuration example:
{
"mcpServers": {
"web3-mcp": {
"command": "npx",
"args": [
"-y",
"tumf/web3-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.