Web3 Function Plugin Server
The web3 function plugin server base on MCP of Anthropic.
Installation
Installing for Claude Desktop
Manual Configuration Required
This MCP server requires manual configuration. Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
This will open your configuration file where you can add the Web3 Function Plugin Server MCP server manually.
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"
}
}
}
}
Details:
Stars
0Forks
1Last commit
3 months agoRepository age
6 monthsLicense
MIT
Auto-fetched from GitHub .
MCP servers similar to Web3 Function Plugin Server:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit