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 など!
- 📖 詳細なページコンテンツを取得する
使用方法💻
- デバイスに 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 として設定します。
または、このサーバーをソースから実行する場合:
サポートされているツール 🛠
検索
query
: 検索語(短くて焦点を絞ったものが望ましい)limit
: 返される結果の最大数(デフォルト: 5)
ページを取得
title
: 取得するWikipediaページの正確なタイトル
開発👨💻
役に立つかもしれないドキュメントをいくつか紹介します。
貢献中🤝
このサーバーは現在開発中です。貢献を歓迎します!問題やプルリクエストをお気軽にご提出ください。
関連プロジェクト ♥️
- Cherry Studio : 複数の LLM プロバイダーをサポートするデスクトップ クライアント。MCP がサポートされています。
You must be authenticated.
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
LLM 付きの MediaWiki を使用して、任意の wiki サイトのコンテンツを検索および取得できる MCP サーバーです🤖。wikipedia.org、fandom.com、wiki.gg など、Mediawiki を使用するその他のサイトがサポートされています。
Related MCP Servers
- -securityAlicense-qualityMCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)Last updated -1PythonMIT License
- -securityAlicense-qualityA Model Context Protocol server that retrieves information from Wikipedia to provide context to LLMs, allowing users to search articles, get summaries, full content, sections, and links from Wikipedia.Last updated -31PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that enables searching, reading, and editing wiki pages on Wizzypedia from MCP-enabled tools like Cursor or Claude Desktop.Last updated -6JavaScript
- AsecurityAlicenseAqualityAn MCP server that fetches and converts Deepwiki documentation into Markdown, allowing users to crawl pages from deepwiki.com repositories and access them in different output formats.Last updated -11,868541TypeScriptMIT License