Wikipedia MCP Server
@simakovvv
关于 Wikipedia MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"wiki-mcp-server": {
"command": "python",
"args": [
"wiki_mcp_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Wikipedia MCP Server?
A server for searching and analyzing Wikipedia articles using AI models, accessed via HTTP endpoints and Server-Sent Events.
How to use Wikipedia MCP Server?
Install dependencies with pip install -r requirements.txt, set the OPENROUTER_API_KEY environment variable, then run python wiki_mcp_server.py. The server starts on http://localhost:8000. Use the /search, /evaluate, /analyze, and /stats endpoints with POST or GET requests.
Key features of Wikipedia MCP Server
- Search Wikipedia articles with AI‑powered relevance scoring.
- Evaluate a single article’s relevance using an AI model.
- Analyze article content with AI‑generated insights.
- Server‑Sent Events (SSE) stream for real‑time search results.
- Supports multiple AI models: GPT‑3.5‑Turbo, GPT‑4, Claude‑2, Mistral‑7B.
- Built‑in server statistics and error tracking.
Use cases of Wikipedia MCP Server
- Automatically retrieve and rank Wikipedia articles on a given topic.
- Integrate Wikipedia knowledge into AI chatbots or research assistants.
- Evaluate the relevance of a specific article snippet for a project.
- Combine article analysis with other MCP tools in an AI pipeline.
FAQ from Wikipedia MCP Server
What API key is required?
The server requires an OpenRouter API key set via the OPENROUTER_API_KEY environment variable.
What AI models are available?
The server supports gpt-3.5-turbo (default), gpt-4, claude-2, and mistral-7b.
How do I run the server?
Install dependencies, export the API key, and run python wiki_mcp_server.py. The server will listen on port 8000.
What endpoints does the server provide?
There are four endpoints: /search (POST, SSE), /evaluate (POST, JSON), /analyze (POST, JSON), and /stats (GET, JSON).
Can I configure server timeouts or connections?
Yes, optional environment variables SERVER_TIMEOUT, KEEPALIVE_TIMEOUT, and MAX_CONNECTIONS can be set.
记忆与知识 分类下的更多 MCP 服务器
Jupyter Notebook MCP Server (for Cursor)
jbenoModel Context Protocol (MCP) server designed to allow AI agents within Cursor to interact with Jupyter Notebook (.ipynb) files
Docs MCP Server
araboldGrounded Docs MCP Server: Open-Source Alternative to Context7, Nia, and Ref.Tools
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Notion MCP Server
suekouA Model Context Protocol server for connecting Notion to MCP-compatible clients
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
评论