MCP Catalogs
首页

fetch vs google-researcher-mcp

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

fetch
by modelcontextprotocol
google-researcher-mcp
by zoharbabin
Stars★ 85,748★ 35
30天用量
综合分7646
官方
分类
网页抓取AI / LLM 工具效率工具
搜索网页抓取AI / LLM 工具
实现语言TypeScriptTypeScript
最近提交本月本月

fetch · 概述

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

google-researcher-mcp · 概述

MCP 服务器提供谷歌搜索、网页抓取和文档解析功能,具有高级过滤能力。

fetch · 使用场景

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

google-researcher-mcp · 使用场景

  • 为研究助手提供网络搜索和信息综合能力
  • 内容创作中的资料收集和引用
  • 学术研究中的论文查找和引用提取

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"]
    }
  }
}

google-researcher-mcp · 安装

安装

Claude Desktop (macOS)

添加到 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "google-researcher": {
      "command": "npx",
      "args": ["-y", "google-researcher-mcp"],
      "env": {
        "GOOGLE_CUSTOM_SEARCH_API_KEY": "YOUR_API_KEY_HERE",
        "GOOGLE_CUSTOM_SEARCH_ID": "YOUR_SEARCH_ID_HERE"
      }
    }
  }
}

Claude Desktop (Windows)

%APPDATA%\Claude\claude_desktop_config.json 中添加相同配置。

对比内容由 README + GitHub 公开数据自动生成,定期更新。