Skip to main content
Glama

mediawiki-mcp-server

by shiquda

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 など!
  • 📖 詳細なページコンテンツを取得する

使用方法💻

  1. デバイスに uv がインストールされていることを確認してください。
  2. クライアントで設定します:

サーバーはデフォルトで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 がサポートされています。

You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

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 を使用するその他のサイトがサポートされています。

  1. 特徴 ✨
    1. 使用方法💻
      1. サポートされているツール 🛠
        1. 検索
        2. ページを取得
      2. 開発👨‍💻
        1. 貢献中🤝
          1. 関連プロジェクト ♥️

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              MCP server for using various search tools like Tavily API. Planning to support various search tools (i.e. wiki search, searxng, etc)
              Last updated -
              1
              Python
              MIT License
              • Apple
              • Linux
            • -
              security
              A
              license
              -
              quality
              A 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 -
              31
              Python
              MIT License
              • Apple
              • Linux
            • A
              security
              F
              license
              A
              quality
              A 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 -
              6
              JavaScript
              • Apple
            • A
              security
              A
              license
              A
              quality
              An 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 -
              1
              1,868
              541
              TypeScript
              MIT License
              • Linux
              • Apple

            View all related MCP servers

            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