mediawiki-mcp-server
MediaWiki MCP サーバー 🚀
Wikipedia APIとのシームレスな連携を実現するMCPサーバー。このツールを使えば、LLMを使ってWikipediaコンテンツを検索・取得できます🤖!
https://github.com/user-attachments/assets/b5d9c5f3-a60e-48ea-8b4b-f1a7524d4fbb
特徴 ✨
🔍 カスタマイズ可能な wiki サイトで wiki ページを検索します。例: wikipedia.org、fandom.com、wiki.gg など!
📖 詳細なページコンテンツを取得する
Related MCP server: mediawiki-mcp-server
使用方法💻
デバイスに uv がインストールされていることを確認してください。
クライアントで設定します:
サーバーはデフォルトでhttps://en.wikipedia.org/ を使用します。また、他のWikiサイトを検索するように設定することもできます。
Wiki サイトがこのサーバーで動作するかどうかを確認するには、MediaWiki ソフトウェアを使用しているかどうかを確認します (通常、サイトの下部にアイコンで表示されます)。
さらに詳しく確認し、エンドポイント(通常はウェブサイトのドメイン、例えばhttps://mediawiki.org/ )を見つけるには、ブラウザで base-url/rest.php/v1/page (例えばhttps://noita.wiki.gg/rest.php/v1/page )にアクセスし、出力が正しいかどうかを確認してください。正しくない場合は、ベースURLに「/w」を追加してもう一度お試しください。

次に、このエンドポイントを --base-url として設定します。
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "uvx",
"args": [
"mediawiki-mcp-server",
"--base-url", "https://example.com/"
],
"env": {
"HTTP_PROXY": "http://example.com:port"
}
}
}
}または、このサーバーをソースから実行する場合:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "uv",
"args": [
"run",
"--directory",
"mediawiki-mcp-server",
"path/to/project/src/mediawiki_mcp_server",
"--base-url", "https://example.com/"
],
"env": {
"HTTP_PROXY": "http://example.com:port"
}
}
}
}サポートされているツール 🛠
検索
query: 検索語(短くて焦点を絞ったものが望ましい)limit: 返される結果の最大数(デフォルト: 5)
ページを取得
title: 取得するWikipediaページの正確なタイトル
開発👨💻
npx @modelcontextprotocol/inspector uv run mediawiki-mcp-server役に立つかもしれないドキュメントをいくつか紹介します。
貢献中🤝
このサーバーは現在開発中です。貢献を歓迎します!問題やプルリクエストをお気軽にご提出ください。
関連プロジェクト ♥️
Cherry Studio : 複数の LLM プロバイダーをサポートするデスクトップ クライアント。MCP がサポートされています。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceAn MCP server for Wiki.js projects that enables full-text search, page retrieval, and page management capabilities. It allows LLMs to interact with wiki content through specialized tools for searching, listing, and creating pages.
- AlicenseAqualityAmaintenanceMCP server for MediaWiki wikis. Search, read, edit, and manage wiki content from AI assistants. Includes formatting, link checking, revision history, and markdown conversion.4320MIT
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables full management of WikiJS instances, supporting operations like page creation, searching, and updating. It also provides tools for knowledge graph exploration, content summarization, and retrieval of wiki statistics.26MIT
- AlicenseNot gradedqualityCmaintenanceMCP server for persistent, compounding markdown wikis maintained by LLMs. Enables incremental knowledge base building with interlinked pages, search, and raw source management.161MIT
Related MCP Connectors
An MCP server that gives your AI access to the source code and docs of all public github repos
Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shiquda/mediawiki-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server