Wikimedia MCP Server
@privetin
关于 Wikimedia MCP Server
An MCP server for interacting with Wikimedia APIs. Access Wikipedia and other Wikimedia project content programmatically.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"wikimedia": {
"command": "uv",
"args": [
"--directory",
"C:\\MCP\\server\\community\\wikimedia",
"run",
"wikimedia"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Wikimedia MCP Server?
A Model Context Protocol (MCP) server that allows AI assistants to interact with Wikimedia APIs. It enables natural language queries to search, retrieve, and explore content from Wikipedia and other Wikimedia projects.
How to use Wikimedia MCP Server?
Install using the uv package manager (Python 3.12+). Configure the server in Claude Desktop’s claude_desktop_config.json under mcpServers with the command uvx wikimedia (for published) or uv run wikimedia (for development). Once connected, call tools such as search_content, get_page, or get_featured with required parameters.
Key features of Wikimedia MCP Server
- Search full-text content across Wikimedia pages
- Search page titles with autocomplete suggestions
- Retrieve page content, title, URL, and metadata
- Find page versions in other languages
- Get featured articles, most read pages, and pictures of the day
- Get historical events, births, deaths, and holidays for any date
Use cases of Wikimedia MCP Server
- Search Wikipedia for information on a topic and retrieve page content
- Get today’s featured article and picture of the day from Wikipedia
- Look up historical events that occurred on a specific date
- Find language variants of a given Wikipedia page
- Autocomplete page titles for a search prefix across languages
FAQ from Wikimedia MCP Server
What tools does the server provide?
The server provides six tools: search_content, search_titles, get_page, get_languages, get_featured, and get_on_this_day. Each has parameters like query, title, date, language, and project.
What are the runtime requirements?
Python 3.12 or later and the uv package manager. The server also requires the MCP server framework (installed automatically via uv).
Do I need an API key or credentials?
No. The server uses public Wikimedia APIs and requires no sensitive data or credentials. Rate limiting is handled by the Wikimedia API.
Can I search in different languages?
Yes. Most tools accept a language parameter (e.g., en, de, fr, es, ru, ja, zh). Some tools also support a project parameter (default wikipedia) to query other Wikimedia projects.
How is security handled?
All user inputs are validated. No sensitive data or credentials are required, and error messages do not expose internal details.
其他 分类下的更多 MCP 服务器
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.

EverArt
modelcontextprotocolModel Context Protocol Servers
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
评论