Odel
MediaWiki MCP Server

MediaWiki MCP Server

Local
@professionalwiki127TypeScriptMITUpdated 4 days ago

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).

MCP Bundlehttps://github.com/ProfessionalWiki/MediaWiki-MCP-Server/releases/download/v0.17.0/MediaWiki-MCP-Server.mcpb

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.

npm@professional-wiki/mediawiki-mcp-serverv0.17.0

Run

npx -y @professional-wiki/mediawiki-mcp-server

MCP client config

{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@professional-wiki/mediawiki-mcp-server"
      ]
    }
  }
}