wikipedia-mcp
by Rudra-ravi·★ 250·Score 52
An MCP server providing Wikipedia access with search, article retrieval, summaries, and multi-language support.
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:
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 READMEsearch_wikipediaSearch Wikipedia for articles matching a query
get_articleGet the full content of a Wikipedia article
get_summaryGet a concise summary of a Wikipedia article
get_sectionsGet the sections of a Wikipedia article
get_linksGet the links contained within a Wikipedia article
get_coordinatesGet the coordinates of a Wikipedia article
get_related_topicsGet topics related to a Wikipedia article based on links and categories
summarize_article_for_queryGet a summary of a Wikipedia article tailored to a specific query
summarize_article_sectionGet a summary of a specific section of a Wikipedia article
extract_key_factsExtract key facts from a Wikipedia article, optionally focused on a specific topic
Comparable tools
Installation
Using pipx (Recommended for Claude Desktop)
pip install pipx
pipx ensurepath
pipx install wikipedia-mcpConfiguration 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
Last updated · Auto-generated from public README + GitHub signals.