web3-research-mcp vs fetch
Side-by-side comparison to help you pick between these two MCP servers.
web3-research-mcp by aaronjmars | fetch by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 153 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 76 |
| Official | — | ✓ |
| Categories | FinanceWeb ScrapingAI / LLM Tools | Web ScrapingAI / LLM ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
web3-research-mcp · Summary
A local MCP server for comprehensive cryptocurrency research across multiple sources.
fetch · Summary
An MCP server that fetches web content and converts HTML to markdown, allowing LLMs to read web pages.
web3-research-mcp · Use cases
- Performing deep due diligence on cryptocurrency investments
- Generating comprehensive research reports on tokens
- Tracking market data and fundamentals for multiple cryptocurrencies
fetch · Use cases
- LLMs reading news articles and blogs
- Content analysis of web pages
- Retrieving information from public websites
- Chunked reading of large web documents
web3-research-mcp · Install
Installation
Using Smithery
npx -y @smithery/cli install web3-research-mcp --client claudeManual Installation
Add this to your Claude Desktop configuration file:
{
"mcpServers": {
"web3-research-mcp": {
"command": "npx",
"args": ["-y", "web3-research-mcp@latest"]
}
}
}Then restart Claude Desktop.
fetch · Install
Installation
**Using uv (recommended)** No specific installation needed. Use uvx to run the server directly:
uvx mcp-server-fetch**Using PIP** Install via pip:
pip install mcp-server-fetchThen run as:
python -m mcp_server_fetchClaude Desktop Configuration
{
"mcpServers": {
"fetch": {
"command": "uvx",
"args": ["mcp-server-fetch"]
}
}
}