web3-research-mcp

Deep Research for crypto - free & fully local

GitHub Stars

143

User Rating

Not Rated

Favorites

0

Views

25

Forks

57

Issues

3

Installation
Difficulty
Beginner
Estimated 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

Edit claude_desktop_config.json to add the MCP server:
json
{
  "mcpServers": {
    "web3-research-mcp": {
      "command": "npx",
      "args": ["-y", "web3-research-mcp@latest"]
    }
  }
}

3. Start Server

Restart Claude Desktop.

Troubleshooting

Common Issues

Issue: Server won't start Solution: Check Node.js version and reinstall dependencies. Issue: Not recognized by Claude Desktop Solution: Verify configuration file path and syntax.

Additional Resources