Best for
- Teams that need AI access to one or more MediaWiki wikis.
- Users combining wiki retrieval with controlled content maintenance.
- Users of Claude, Codex, VS Code, Cursor, or other listed MCP clients.
The source describes an MIT-licensed MediaWiki MCP Server, version 0.15.0, with stdio and StreamableHTTP transports, extensive MediaWiki read/write tools, and multiple extension packs. It suits AI workflows with explicitly configured wikis, authentication, and permission boundaries; it should not be treated as an official MediaWiki server.
MediaWiki MCP Server is an MCP server maintained by ProfessionalWiki that enables large language model clients to interact with any MediaWiki wiki through standard tools. It supports page reading, search, history and diffs, wikitext parsing, and authenticated writes such as creating, editing, moving, deleting pages, and uploading files. It also provides multi-wiki resources, OAuth tools, and extension packs for NeoWiki, Semantic MediaWiki, Bucket, and Cargo. It targets English Wikipedia by default; private wikis and authenticated operations require configuration and appropriate credentials.
Launch the npm package with npx: npx -y @professional-wiki/mediawiki-mcp-server@latest. Set CONFIG to a configuration file path; without it, the server targets English Wikipedia. You can also install the MediaWiki-MCP-Server.mcpb package or add the standard MCP configuration for a supported client. For HTTP mode, set MCP_TRANSPORT to http and optionally configure PORT.
{"mcpServers":{"mediawiki-mcp-server":{"command":"npx","args":["-y","@professional-wiki/mediawiki-mcp-server@latest"],"env":{"CONFIG":"path/to/config.json"}}}}