Submit

MediaWiki MCP Server 🚀

@shiquda

A MCP server that allows you to search and retrieve content on any wiki site using MediaWiki with LLMs 🤖 wikipedia.org, fandom.com, wiki.gg and more sites using Mediawiki are supported!
Overview

What is MediaWiki MCP Server?

MediaWiki MCP Server is a tool that allows users to search and retrieve content from various wiki sites using MediaWiki with large language models (LLMs). It supports sites like Wikipedia, Fandom, and others.

How to use MediaWiki MCP Server?

To use the MediaWiki MCP Server, you need to install the required dependencies, clone the repository, and configure the server with the desired wiki site URL. You can then execute commands to search and retrieve page content.

Key features of MediaWiki MCP Server?

  • 🔍 Search across multiple wiki sites with customizable options.
  • 📖 Retrieve detailed content from wiki pages.
  • Supports various MediaWiki-based sites.

Use cases of MediaWiki MCP Server?

  1. Searching for information on Wikipedia and other wiki sites.
  2. Retrieving detailed articles for research purposes.
  3. Integrating wiki content into applications using LLMs.

FAQ from MediaWiki MCP Server?

  • Can I use this server with any MediaWiki site?

Yes! As long as the site uses MediaWiki software, you can configure the server to work with it.

  • Is there a limit to the number of search results?

By default, the server returns a maximum of 5 results, but this can be adjusted in the search parameters.

  • How do I find the correct endpoint for a wiki site?

You can check the site's API by appending '/rest.php/v1/page' to the base URL in your browser.

Server Config

{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "command": "uvx",
      "args": [
        "mediawiki-mcp-server",
        "--base-url",
        "https://example.com/"
      ],
      "env": {
        "HTTP_PROXY": "http://example.com:port"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.