Wikipedia MCP Server
@danbunnell
关于 Wikipedia MCP Server
A simple MCP Server in Python for working with Wikipedia topic content in a GenAI context
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-wikipedia": {
"command": "python",
"args": [
"src/server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Wikipedia MCP Server?
A lightweight MCP server that fetches and returns Wikipedia article content for a given topic, intended for use with AI assistants like Cursor Composer.
How to use Wikipedia MCP Server?
Install dependencies with pip install -r requirements.txt and start the server using python src/server.py. Send a POST request to /mcp with a JSON body containing a topic field.
Key features of Wikipedia MCP Server
- Serves Wikipedia page content via the Model Context Protocol.
- Returns title, content, and URL for the requested topic.
- Runs as a local HTTP server on port 5000.
- Supports integration with Cursor Composer.
- Includes a test script to verify functionality.
Use cases of Wikipedia MCP Server
- Providing rich Wikipedia summaries to AI chatbots for grounded responses.
- Enabling Cursor Composer to answer questions using Wikipedia data.
- Building a lightweight knowledge retrieval tool for local AI workflows.
FAQ from Wikipedia MCP Server
What dependencies are required?
Python and the packages listed in requirements.txt (not detailed in the README).
How do I start the server?
Run python src/server.py after installing dependencies.
What is the API endpoint and format?
POST to http://localhost:5000/mcp with JSON body {"topic": "Topic_name"}.
What does the response look like?
A JSON object with status: "success" and data containing title, content, and url, or status: "error" with an error message.
Is there any authentication or transport security?
No. The server runs on plain HTTP with no authentication mentioned.
其他 分类下的更多 MCP 服务器
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Nginx UI
0xJackyYet another WebUI for Nginx
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
评论