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.
「メモリとナレッジ」の他のコンテンツ
Memory Bank MCP Server
alioshrA Model Context Protocol (MCP) server implementation for remote memory bank management, inspired by Cline Memory Bank.
Obsidian MCP Server
StevenStavrakisA simple MCP server for Obsidian
Basic Memory
basicmachines-coAI conversations that actually remember. Never re-explain your project to your AI again. Join our Discord: https://discord.gg/tyvKNccgqN
Context Portal MCP (ConPort)
GreatScottyMacContext Portal (ConPort): A memory bank MCP server building a project-specific knowledge graph to supercharge AI assistants. Enables powerful Retrieval Augmented Generation (RAG) for context-aware development in your IDE.
Ultimate Google Docs & Drive MCP Server
a-bonusThe Ultimate Google Docs, Sheets, Drive, Gmail, & Google Calendar MCP Server. This MCP (primarily for use in Claude Desktop) gains full access to your google suite and lets claude do its thing.
コメント