← Back to browse

MediaWiki

Indexed by io.github.olgasafonova

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsMEDIAWIKI_URL MEDIAWIKI_USERNAME MEDIAWIKI_PASSWORD
Claude Code
claude mcp add --env MEDIAWIKI_URL= --env MEDIAWIKI_USERNAME= --env MEDIAWIKI_PASSWORD= mediawiki-mcp-server -- docker ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"mediawiki-mcp-server","command":"docker","args":["ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0"],"env":{"MEDIAWIKI_URL":"","MEDIAWIKI_USERNAME":"","MEDIAWIKI_PASSWORD":""}}'
JSON
{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "command": "docker",
      "args": [
        "ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0"
      ],
      "env": {
        "MEDIAWIKI_URL": "",
        "MEDIAWIKI_USERNAME": "",
        "MEDIAWIKI_PASSWORD": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.