MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools
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).
Distributed as an MCP bundle (`https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/releases/download/v0.17.0/MediaWiki-MCP-Server.mcpb`) — download it and import the bundle in your MCP client.
Run
npx -y @professional-wiki/mediawiki-mcp-server
MCP client config
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"-y",
"@professional-wiki/mediawiki-mcp-server"
]
}
}
}