Wikipedia Mcp
@progamesigner
关于 Wikipedia Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"wikipedia-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/progamesigner/wikipedia-mcp:latest"
]
}
}
}工具
2Search `keyword` on Wikipedia.
Fetch Wikipedia page content.
概览
What is Wikipedia Mcp?
Wikipedia Mcp is a Model Context Protocol (MCP) server that provides tools to query Wikipedia. It enables LLMs to search and retrieve Wikipedia page content through a standardized interface.
How to use Wikipedia Mcp?
Install via uvx (recommended), pip, or Docker. Configure the server in your MCP client’s JSON settings with the appropriate command and arguments. The server exposes two tools: search (requires keyword and language) and fetch (requires id and language).
Key features of Wikipedia Mcp
- Search Wikipedia by keyword and language.
- Fetch full page content using a page ID.
- Supports multiple languages via a language parameter.
- Run with
uvx, Docker, or Pythonpipinstallation.
Use cases of Wikipedia Mcp
- An LLM answering factual questions by searching Wikipedia.
- An agent retrieving full articles for summarization or analysis.
- Integration into MCP-compatible chat interfaces or assistants.
FAQ from Wikipedia Mcp
What tools does Wikipedia Mcp provide?
It provides search to find pages by keyword and fetch to retrieve full page content by page ID. Both require a language parameter.
How do I install Wikipedia Mcp?
You can use uvx to run it directly, install via pip install wikipedia-mcp-server and run python -m wikipedia_mcp, or use the Docker image ghcr.io/progamesigner/wikipedia-mcp:latest.
Do I need any API keys or authentication?
The README does not mention any API keys or authentication requirements. The server uses public Wikipedia data without special credentials.
Can I run Wikipedia Mcp in Docker?
Yes. A Docker configuration is provided, using the command docker run -i --rm ghcr.io/progamesigner/wikipedia-mcp:latest.
What transport does Wikipedia Mcp use?
The README does not specify a transport protocol; it follows the standard MCP server pattern (typically stdio when configured as shown).
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
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!
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mlops
visengerA curated list of references for MLOps
评论