tdergouzi/mcp-server-web3
If you are the rightful owner of mcp-server-web3 and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The mcp-server-web3 is a web3 function plugin server based on the Model Context Protocol (MCP) of Anthropic.
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"
}
}
}
}