Ted/mcp-server-web3
Built by Metorial, the integration platform for agentic AI.
Ted/mcp-server-web3
Server Summary
Access blockchain capabilities
Retrieve decentralized data
Integrate web3 functionalities
Utilize crypto market data
Manage smart contracts
The web3 function plugin server base on MCP of Anthropic.
yarn
yarn build
# 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"
}
}
}
}