logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

mcp-server-web3

Integrates web3 functionalities to facilitate access to blockchain capabilities and decentralized data through a standardized interface. Provides tools and resources for enhancing applications with web3 capabilities.

Author

mcp-server-web3 logo

tdergouzi

MIT License

Quick Info

GitHub GitHub Stars 0
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

ecommerceweb3blockchainecommerce retailintegrates web3web3 capabilities

mcp-server-web3

The web3 function plugin server base on MCP of Anthropic.

Install the libs

yarn

Build the code into index.js

yarn build

Update the MCP server config according to the client

# MacOS and Claude client
code ~/Library/Application\ Support/Claude/claude_desktop_config.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"
            }
        }
    }
}

See Also

`