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

Configuration

{
  "mcpServers": {
    "web3-mcp": {
      "command": "npx",
      "args": ["-y", "web3-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub