Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
docker run -i --rm ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0
MCP client config
{
"mcpServers": {
"mediawiki": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0"
]
}
}
}Distributed as an MCP bundle (`https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.34.0/mediawiki-mcp-server-mac-apple-silicon`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.34.0/mediawiki-mcp-server-mac-intel`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.34.0/mediawiki-mcp-server-linux`) — download it and import the bundle in your MCP client.
Distributed as an MCP bundle (`https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.34.0/mediawiki-mcp-server-windows.exe`) — download it and import the bundle in your MCP client.