Wikipedia MCP Server
@timjuenemann
About Wikipedia MCP Server
Wikipedia MCP Server written in TypeScript
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Wikipedia": {
"command": "npx",
"args": [
"-y",
"wikipedia-mcp"
]
}
}
}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 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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Nginx UI
0xJackyYet another WebUI for Nginx
Codelf
unbugA search tool helps dev to solve the naming things problem.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
Comments