The web3 function plugin server base on MCP of Anthropic.
0 stars
TypeScript
Updated Mar 19, 2025
Documentation
mcp-server-web3
The web3 function plugin server base on MCP of Anthropic.
Install the libs
sh
yarnBuild the code into index.js
sh
yarn buildUpdate the MCP server config according to the client
sh
# MacOS and Claude client
code ~/Library/Application\ Support/Claude/claude_desktop_config.jsonjson
{
"mcpServers": {
"web3": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/PARENT/FOLDER/mcp-server-web3/build/index.js"],
"env":{
"CMC_API_KEY": "your cmc api key"
}
}
}
}Similar MCP
Based on tags & features
Trending MCP
Most active this week