Skip to content
Cursor

MediaWiki for Cursor

io.github.olgasafonova/mediawiki-mcp-server

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

client:Cursor transport:stdio runtime:oci

Install MediaWiki in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0"
      ],
      "env": {
        "MEDIAWIKI_URL": "<MEDIAWIKI_URL>",
        "MEDIAWIKI_USERNAME": "<MEDIAWIKI_USERNAME>",
        "MEDIAWIKI_PASSWORD": "<MEDIAWIKI_PASSWORD>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MediaWiki in other clients