Skip to main content
Glama
shiquda

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 など!

  • 📖 詳細なページコンテンツを取得する

Related MCP server: mediawiki-mcp-server

使用方法💻

  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 がサポートされています。

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    An 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.
  • A
    license
    Not graded
    quality
    C
    maintenance
    MCP server for persistent, compounding markdown wikis maintained by LLMs. Enables incremental knowledge base building with interlinked pages, search, and raw source management.
    16
    1
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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