T
mcp-server-web3
...
Created 1/5/2025bytdergouzi
Language:
TypeScript
Stars:
0
Forks:
0
mcp-server-web3
The web3 function plugin server base on MCP of Anthropic.
# For MacOS
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"
}
}
}
}
Last updated: 1/5/2025