The MediaWiki MCP Server is an MCP (Model Context Protocol) server that allows Large Language Model (LLM) clients to interact with any MediaWiki wiki.
From the registry: MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools
Please install the `mediawiki-mcp-server` MCP server into my current AI client (that's you).
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["@professional-wiki/mediawiki-mcp-server@latest"]
- optional environment variables:
- `CONFIG`: Path to config.json defining wiki connections (example: `path/to/config.json`)
- `MCP_TRANSPORT`: Transport type (stdio or http) (example: `stdio`)
- `PORT`: Port for StreamableHTTP transport (example: `3000`)
Note: Config file only required for private wikis or authenticated tools. Supports environment variable substitution in config.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.CONFIGrequiredPath to your configuration file.MCP_TRANSPORTrequiredType of MCP server transport (`stdio` or `http`).PORTrequiredPort used for StreamableHTTP transport.Provide your AI coding tools with token-efficient access to up-to-date technical documentation for…