MCP Hub
Back to servers

wikipedia

Wikipedia MCP — wraps Wikipedia REST API (free, no auth)

Registry
Updated
Apr 1, 2026

mcp-wikipedia

MCP server for Wikipedia. Search articles, get summaries, browse section structure, and discover random articles — free, no API key required.

Part of the Pipeworx open MCP gateway.

Tools

ToolDescription
search_wikipediaSearch Wikipedia articles by keyword
get_article_summaryGet article summary with description and thumbnail
get_article_sectionsGet the section structure (table of contents) of an article
get_random_articlesGet random Wikipedia articles

Quick Start

{
  "mcpServers": {
    "wikipedia": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/wikipedia/mcp"]
    }
  }
}

Or use the CLI:

npx pipeworx use wikipedia

License

MIT

Reviews

No reviews yet

Sign in to write a review