GitHub Stars
143
User Rating
Not Rated
Favorites
0
Views
25
Forks
57
Issues
3
Installation
Difficulty
BeginnerEstimated Time
5-10 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 16.0.0 or higher
Installation Steps
1. Install via Smithery
bash
npx -y @smithery/cli install web3-research-mcp --client claude
2. Configure Claude Desktop
Editclaude_desktop_config.json to add the MCP server:
json
{
"mcpServers": {
"web3-research-mcp": {
"command": "npx",
"args": ["-y", "web3-research-mcp@latest"]
}
}
}