MCP Catalogs
首页wikipedia-mcp screenshot

wikipedia-mcp

by Rudra-ravi·250·综合分 52

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

ai-llmsearchknowledge-graph
46
Forks
0
活跃 Issue
1 个月前
最近提交
2 天前
收录于

概述

维基百科 MCP 服务器通过标准化接口使 LLM 能够访问维基百科上的准确和最新信息。它提供了多种工具,用于搜索文章、检索完整内容、获取摘要、提取段落、查找链接、发现相关主题以及访问坐标。该服务器支持多种传输协议(stdio、http、streamable-http)、多种语言和地区、可选的性能缓存以及用于安全网络部署的身份验证功能。

试试问 AI

装完之后,这里有 5 个你可以让 AI 做的事:

:通过维基百科验证的、最新的信息增强 AI 回答
:构建能够根据可靠来源进行事实核查的研究助手
:创建能访问不同语言内容的多语言知识机器人
:此服务器是否支持不同语言的维基百科?
:如何防止维基百科 API 的速率限制问题?

什么时候选它

当您的 AI 应用需要来自维基百科的实时、事实性信息,并且您需要多语言支持和多种传输协议时,选择此服务器。

什么时候不要选它

如果您需要离线访问,或者需要通过 MCP API 无法获取的特定自定义维基百科内容,请不要选择它,因为它完全依赖实时的维基百科 API。

此 server 暴露的工具

从 README 抽取出 10 个工具
  • search_wikipedia

    Search Wikipedia for articles matching a query

  • get_article

    Get the full content of a Wikipedia article

  • get_summary

    Get a concise summary of a Wikipedia article

  • get_sections

    Get the sections of a Wikipedia article

  • get_links

    Get the links contained within a Wikipedia article

  • get_coordinates

    Get the coordinates of a Wikipedia article

  • get_related_topics

    Get topics related to a Wikipedia article based on links and categories

  • summarize_article_for_query

    Get a summary of a Wikipedia article tailored to a specific query

  • summarize_article_section

    Get a summary of a specific section of a Wikipedia article

  • extract_key_facts

    Extract key facts from a Wikipedia article, optionally focused on a specific topic

可对比工具

search-api-mcpweb-content-mcpknowledge-graph-apidirect wikipedia apiwikipedia-api-py

安装

使用 pipx(推荐用于 Claude Desktop)

pip install pipx
pipx ensurepath
pipx install wikipedia-mcp

Claude Desktop 配置

{
  "mcpServers": {
    "wikipedia": {
      "command": "wikipedia-mcp"
    }
  }
}

FAQ

此服务器是否支持不同语言的维基百科?
是的,它通过 --language 和 --country 参数支持多种语言和地区。它还处理简体中文/繁体中文等语言变体。
如何防止维基百科 API 的速率限制问题?
您可以使用 --access-token 参数传递个人访问令牌,或设置 WIKIPEDIA_ACCESS_TOKEN 环境变量。

wikipedia-mcp 对比

GitHub →

最后更新于 · 由 README + GitHub 公开数据自动生成。