MCP Catalogs
首页

fetch vs wikipedia-mcp

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

fetch
by modelcontextprotocol
wikipedia-mcp
by Rudra-ravi
Stars★ 85,748★ 250
30天用量
综合分7652
官方
分类
网页抓取AI / LLM 工具效率工具
AI / LLM 工具搜索知识库 / RAG
实现语言TypeScriptPython
最近提交本月1 个月前

fetch · 概述

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

wikipedia-mcp · 概述

一个 MCP 服务器,提供维基百科访问功能,包括搜索、文章检索、摘要和多语言支持。

fetch · 使用场景

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

wikipedia-mcp · 使用场景

  • 通过维基百科验证的、最新的信息增强 AI 回答
  • 构建能够根据可靠来源进行事实核查的研究助手
  • 创建能访问不同语言内容的多语言知识机器人

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

wikipedia-mcp · 安装

使用 pipx(推荐用于 Claude Desktop)

pip install pipx
pipx ensurepath
pipx install wikipedia-mcp

Claude Desktop 配置

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