← Index

MediaWiki

io.github.olgasafonova/mediawiki-mcp-server·v1.29.0·Search
Quality Score
90
/100

Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.

§01  Install
Claude Desktop (Docker)
{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/olgasafonova/mediawiki-mcp-server:1.29.0"
      ],
      "env": {
        "MEDIAWIKI_URL": "<mediawiki_url>",
        "MEDIAWIKI_USERNAME": "<mediawiki_username>",
        "MEDIAWIKI_PASSWORD": "<your-mediawiki_password>"
      }
    }
  }
}
§02  Environment variables
MEDIAWIKI_URL
required

MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)

MEDIAWIKI_USERNAME

Bot username for authenticated operations (format: WikiUser@BotName)

MEDIAWIKI_PASSWORD
secret

Bot password for authenticated operations

MEDIAWIKI_URL
required

MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)

MEDIAWIKI_USERNAME

Bot username for authenticated operations (format: WikiUser@BotName)

MEDIAWIKI_PASSWORD
secret

Bot password for authenticated operations

MEDIAWIKI_URL
required

MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)

MEDIAWIKI_USERNAME

Bot username for authenticated operations (format: WikiUser@BotName)

MEDIAWIKI_PASSWORD
secret

Bot password for authenticated operations

MEDIAWIKI_URL
required

MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)

MEDIAWIKI_USERNAME

Bot username for authenticated operations (format: WikiUser@BotName)

MEDIAWIKI_PASSWORD
secret

Bot password for authenticated operations

MEDIAWIKI_URL
required

MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)

MEDIAWIKI_USERNAME

Bot username for authenticated operations (format: WikiUser@BotName)

MEDIAWIKI_PASSWORD
secret

Bot password for authenticated operations

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
15
installability
25
documentation
15
stability
10
§04  Alternatives in Search