MCP Catalogs
Homewikipedia-mcp screenshot

wikipedia-mcp

by Rudra-ravi·250·Score 52

An MCP server providing Wikipedia access with search, article retrieval, summaries, and multi-language support.

ai-llmsearchknowledge-graph
46
Forks
0
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

The Wikipedia MCP server enables LLMs to access accurate and up-to-date information from Wikipedia through a standardized interface. It offers multiple tools for searching articles, retrieving full content, getting summaries, extracting sections, finding links, discovering related topics, and accessing coordinates. The server supports various transport protocols (stdio, http, streamable-http), multiple languages and locales, optional caching for performance, and authentication for secure network deployments.

Try asking AI

After installing, here are 5 things you can ask your AI assistant:

you:Enhance AI responses with verified, up-to-date information from Wikipedia
you:Build research assistants that can fact-check against reliable sources
you:Create multilingual knowledge bots that access content in different languages
you:Does this server support Wikipedia in different languages?
you:How do I prevent rate limiting issues with Wikipedia API?

When to choose this

Choose this server when your AI application needs real-time, factual information from Wikipedia and you require multi-language support with various transport protocols.

When NOT to choose this

Don't choose this if you need offline access or require Wikipedia content with specific customizations not available through the MCP API, as it depends entirely on the live Wikipedia API.

Tools this server exposes

10 tools extracted from the README
  • 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

Comparable tools

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

Installation

Using pipx (Recommended for Claude Desktop)

pip install pipx
pipx ensurepath
pipx install wikipedia-mcp

Configuration for Claude Desktop

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

FAQ

Does this server support Wikipedia in different languages?
Yes, it supports multiple languages and locales through --language and --country parameters. It also handles language variants like simplified/traditional Chinese.
How do I prevent rate limiting issues with Wikipedia API?
You can use a personal access token with the --access-token parameter or set the WIKIPEDIA_ACCESS_TOKEN environment variable.

Compare wikipedia-mcp with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.