Back to MCP Servers
Web3
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.
other-tools-and-integrationsgoapiai
By tumf
Installation
npx -y web3-mcpConfiguration
{
"mcpServers": {
"web3-mcp": {
"command": "npx",
"args": ["-y", "web3-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes