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 .
Máy chủ liên quan
NameChecker
Check the availability of domain names.
Data Gouv MCP Server
Interact with the French government's open data platform (data.gouv.fr) to search for company information.
Perplexity Search
Web search and chat completion powered by the Perplexity AI API.
mcpdoc
Access website documentation for AI search engines (llms.txt files) over MCP.
Find BGM
Finds background music for YouTube shorts by analyzing script content and recommending tracks from YouTube Music.
ClinicalTrials.gov
Search and retrieve clinical trial data from the official ClinicalTrials.gov API.
Meilisearch
Interact & query with Meilisearch (Full-text & semantic search API)
Simple arXiv
Search and retrieve academic papers from the arXiv repository via its API.
招投标大数据服务
Provides comprehensive queries for policy-related information, including government subsidies, benefits, and support for enterprises.
Fuel Network & Sway Language
Semantic search for Fuel Network and Sway Language documentation using a local vector database.