MCP.so
登录
W

Wikipedia Mcp

@automateyournetwork

关于 Wikipedia Mcp

Skip to content

基本信息

分类

其他

传输方式

stdio

发布者

automateyournetwork

提交者

John Capobianco

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "wikipedia": {
      "type": "stdio",
      "command": "python3",
      "args": [
        "/absolute/path/to/wikipedia_mcp_server.py"
      ]
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Wikipedia Mcp?

Wikipedia Mcp is a Model Context Protocol (MCP) server that exposes structured access to Wikipedia content. Built on the FastMCP framework, it provides tools for searching, retrieving summaries, full content, HTML, images, links, references, categories, and disambiguation options from Wikipedia. It is designed for use in AI workflows, agents, and developer environments such as Claude and VS Code.

How to use Wikipedia Mcp?

Install locally by cloning the repository, creating a Python virtual environment, and running the server script, or by building and running the provided Docker container. After launching, integrate the server as an MCP tool in your environment by adding a stdio-based configuration pointing to the Python script or Docker image.

Key features of Wikipedia Mcp

  • Search for Wikipedia pages
  • Retrieve page summary, full content, and rendered HTML
  • Extract links, images, references, and categories
  • Detect disambiguation options for ambiguous titles
  • Check if a Wikipedia page exists

Use cases of Wikipedia Mcp

  • AI agents retrieving Wikipedia data for answers or summaries
  • Integrating Wikipedia content into developer tools and workflows
  • Querying structured Wikipedia information in chatbots or virtual assistants
  • Automating research tasks that require Wikipedia lookups
  • Enriching custom applications with Wikipedia metadata

FAQ from Wikipedia Mcp

What runtime does Wikipedia Mcp require?

It requires Python 3 and uses the FastMCP framework from the requirements.txt file. A Docker image is also provided as an alternative runtime.

What transport does Wikipedia Mcp use?

Wikipedia Mcp communicates via MCP using the stdio transport, as shown in the integration examples for VS Code and Claude.

Does Wikipedia Mcp support Docker?

Yes, a Dockerfile is included. You can build the image with docker build -t wikipedia-mcp . and run the server with docker run -it --rm wikipedia-mcp.

How can I integrate Wikipedia Mcp with VS Code or Claude?

Add an MCP server entry to your .vscode/settings.json or Claude configuration file. For local execution, point to the Python script; for Docker, use the docker run command with the appropriate arguments.

What tools are available in Wikipedia Mcp?

The server provides 14 tools: get_summary, get_content, get_html, get_images, get_links, get_references, get_categories, get_url, get_title, get_page_id, search_pages, check_page_exists, and disambiguation_options.

评论

其他 分类下的更多 MCP 服务器