MCP Catalogs
首页

web3-research-mcp vs fetch

并排对比,帮你在这两个 MCP server 之间做选择。

web3-research-mcp
by aaronjmars
fetch
by modelcontextprotocol
Stars★ 153★ 85,748
30天用量
综合分4976
官方
分类
金融数据网页抓取AI / LLM 工具
网页抓取AI / LLM 工具效率工具
实现语言TypeScriptTypeScript
最近提交本月本月

web3-research-mcp · 概述

本地MCP服务器,可全面研究多种加密货币来源。

fetch · 概述

一个MCP服务器,抓取网页内容并将HTML转换为Markdown,让大模型能读取网页信息。

web3-research-mcp · 使用场景

  • 对加密货币投资进行深度尽职调查
  • 生成代币的全面研究报告
  • 跟踪多种加密货币的市场数据和基本面

fetch · 使用场景

  • 大模型阅读新闻文章和博客
  • 网页内容分析
  • 从公共网站检索信息
  • 分块读取大型网页文档

web3-research-mcp · 安装

安装

使用 Smithery

npx -y @smithery/cli install web3-research-mcp --client claude

手动安装

将以下内容添加到您的 Claude Desktop 配置文件中:

{
  "mcpServers": {
    "web3-research-mcp": {
      "command": "npx",
      "args": ["-y", "web3-research-mcp@latest"]
    }
  }
}

然后重新启动 Claude Desktop。

fetch · 安装

安装

**使用uv(推荐)** 无需特定安装。使用uvx直接运行服务器:

uvx mcp-server-fetch

**使用PIP** 通过pip安装:

pip install mcp-server-fetch

然后运行:

python -m mcp_server_fetch

Claude桌面配置

{
  "mcpServers": {
    "fetch": {
      "command": "uvx",
      "args": ["mcp-server-fetch"]
    }
  }
}
对比内容由 README + GitHub 公开数据自动生成,定期更新。