Wikipedia MCP Server
A server that enables LLMs to query and retrieve information from Wikipedia.
Wikipedia MCP Server
A Model Context Protocol server that provides capabilities to query Wikipedia. This server enables LLMs to get information from Wikipedia.
Available Tools
-
search- Searchkeywordon Wikipedia.- Required arguments:
keyword(string): The search keywordlanguage(string): The language
- Required arguments:
-
fetch- Fetch Wikipedia page content.- Required arguments:
id(integer): The pade IDlanguage(string): The language
- Required arguments:
Installation
Using uv (recommended)
When using uv no specific installation is needed. We will
use uvx to directly run wikipedia-mcp.
Using PIP
Alternatively you can install wikipedia-mcp via pip:
pip install wikipedia-mcp-server
After installation, you can run it as a script using:
python -m wikipedia_mcp
Configurations
Using uvx
{
"mcpServers": {
"wikipedia-mcp": {
"command": "uvx",
"args": [
"wikipedia-mcp-server@latest"
]
}
}
}
Using docker
{
"mcpServers": {
"wikipedia-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/progamesigner/wikipedia-mcp:latest"
]
}
}
}
Using pip installation
{
"mcpServers": {
"wikipedia-mcp": {
"command": "python",
"args": [
"-m",
"wikipedia_mcp"
]
}
}
}
Build
Docker build:
docker build -t wikipedia-mcp .
Serveurs connexes
Unified Search MCP Server
Provides unified search capabilities across Google Scholar, Google Web Search, and YouTube.
Chromium CodeSearch Tools
Search Chromium source code using advanced Code Search syntax.
google-maps-mcp-server
STDIO-based MCP server for Google Maps Platform APIs
Google Search Console
An MCP server for accessing Google Search Console data, including site performance and indexing status.
Web3 Research MCP
A free and local tool for in-depth crypto research.
Grok Search
Comprehensive web, news, and social media search and analysis using xAI's Grok API.
MCP Open Library
A Model Context Protocol (MCP) server for the Open Library API that enables AI assistants to search for book and author information.
NYTimes Article Search
Search for New York Times articles from the last 30 days using a keyword.
Academia MCP
Search for scientific publications across ArXiv, ACL Anthology, HuggingFace Datasets, and Semantic Scholar.
Local RAG
Performs a local RAG search on your query using live web search for context extraction.