Mcp Wikipedia
@ShwStone
About Mcp Wikipedia
Better MCP wikipedia. algonacci's version cannot return page content properly.
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"wikipedia": {
"command": "uv",
"args": [
"--directory",
"<path of MCP servers>/mcp-wikipedia",
"run",
"python",
"main.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Mcp Wikipedia?
Mcp Wikipedia allows the LLM to search for Wikipedia-related content. It provides four functions: concept search, page summary, full text acquisition, and random exploration.
How to use Mcp Wikipedia?
The server exposes these four tools for the LLM to call. Each function accepts an optional language parameter, with English (lang=en) used by default.
Key features of Mcp Wikipedia
- Concept search returns top 5 matching topics with summaries.
- Page summary retrieves a specified topic’s summary.
- Full text acquisition loads a topic’s complete content.
- Random exploration fetches a random Wikipedia page.
- Language can be specified per function (default English).
Use cases of Mcp Wikipedia
—
FAQ from Mcp Wikipedia
What does concept search return?
It returns the top 5 matching topics along with their corresponding summaries.
Can I specify a language for a search?
Yes, each function accepts a language parameter. The default is English (lang=en).
How do I get the full text of a Wikipedia article?
Use the full text acquisition tool with the name of the desired topic.
Does the server offer random page exploration?
Yes, the random exploration function retrieves a random Wikipedia page’s content.
What is the default language if none is provided?
The default language is English, set as lang=en.
Frequently asked questions
What does concept search return?
It returns the top 5 matching topics along with their corresponding summaries.
Can I specify a language for a search?
Yes, each function accepts a language parameter. The default is English (`lang=en`).
How do I get the full text of a Wikipedia article?
Use the full text acquisition tool with the name of the desired topic.
Does the server offer random page exploration?
Yes, the random exploration function retrieves a random Wikipedia page’s content.
What is the default language if none is provided?
The default language is English, set as `lang=en`.
Basic information
More Other MCP servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale

Peekaboo MCP – lightning-fast macOS screenshots for AI agents
steipetePeekaboo is a macOS CLI & optional MCP server that enables AI agents to capture screenshots of applications, or the entire system, with optional visual question answering through local or remote AI models.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Comments