Loading MCP server directory, please wait...
Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.
npx @getmcp/cli add io.github.olgasafonova/mediawiki-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
MEDIAWIKI_URLMediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.olgasafonova/mediawiki-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MEDIAWIKI_URL",
"-e",
"MEDIAWIKI_USERNAME",
"-e",
"MEDIAWIKI_PASSWORD",
"ghcr.io/olgasafonova/mediawiki-mcp-server:1.27.2"
],
"env": {
"MEDIAWIKI_URL": "",
"MEDIAWIKI_USERNAME": "",
"MEDIAWIKI_PASSWORD": ""
}
}
}
}