MCP.so
登录

Wikipedia MCP Server

@timjuenemann

关于 Wikipedia MCP Server

Wikipedia MCP Server written in TypeScript

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

timjuenemann

配置

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

{
  "mcpServers": {
    "Wikipedia": {
      "command": "npx",
      "args": [
        "-y",
        "wikipedia-mcp"
      ]
    }
  }
}

工具

未检测到工具

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

概览

What is Wikipedia MCP Server?

A Model Context Protocol (MCP) server that enables language models to search and retrieve Wikipedia articles programmatically. It provides a structured interface for AI assistants to access Wikipedia knowledge.

How to use Wikipedia MCP Server?

Start the server with npx wikipedia-mcp. Most AI tools support a JSON configuration block for MCP servers, using npx -y wikipedia-mcp as the command and arguments.

Key features of Wikipedia MCP Server

  • Search Wikipedia for articles matching search terms
  • Read full article content by title or page ID
  • Automatic conversion of article HTML to Markdown

Use cases of Wikipedia MCP Server

  • AI assistants answering factual questions using Wikipedia
  • Retrieving full article summaries for research or analysis
  • Enabling chatbots to cite and reference Wikipedia content
  • Integrating live Wikipedia search into knowledge management tools

FAQ from Wikipedia MCP Server

What exactly does Wikipedia MCP Server do?

It is an MCP server that allows language models (via MCP clients) to search Wikipedia for articles and retrieve their full content in Markdown format.

How do I install and run Wikipedia MCP Server?

Run npx wikipedia-mcp in your terminal. No installation is required if you have Node.js and npx available. You can also add it to your MCP client configuration by providing the command npx -y wikipedia-mcp.

What format does the retrieved article content use?

All article content is automatically converted from HTML to Markdown before being returned to the client.

评论

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