trackmcp
Back to directory
tdergouzi

mcp-server-web3

View on GitHub

The web3 function plugin server base on MCP of Anthropic.

0 stars TypeScriptAI & Machine Learning Updated Mar 19, 2025

Documentation

mcp-server-web3

The web3 function plugin server base on MCP of Anthropic.

Install the libs

sh
yarn

Build the code into index.js

sh
yarn build

Update the MCP server config according to the client

sh
# MacOS and Claude client
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
json
{
    "mcpServers": {
        "web3": {
            "command": "node",
            "args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-server-web3/build/index.js"],
            "env":{
              "CMC_API_KEY": "your cmc api key"
            }
        }
    }
}

Frequently asked questions

What is mcp-server-web3?

mcp-server-web3 is The web3 function plugin server base on MCP of Anthropic.

How do I install mcp-server-web3?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-web3 open source?

Yes — it is hosted on GitHub at https://github.com/tdergouzi/mcp-server-web3.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP