MCP Directory
Back

MediaWiki-MCP-Server

by ProfessionalWiki · TypeScript · ★ 99

Model Context Protocol (MCP) Server to connect your AI with any MediaWiki

#agents#ai#ai-agent-tools#gemini-cli-extension#llms#mcp#mcp-server#mediawiki#model-context-protocol#model-context-protocol-servers#modelcontextprotocol

Install

npx -y github:ProfessionalWiki/MediaWiki-MCP-Server

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "github:ProfessionalWiki/MediaWiki-MCP-Server"
      ]
    }
  }
}

From the README

[](https://www.npmjs.com/package/@professional-wiki/mediawiki-mcp-server) [](./LICENSE) An MCP (Model Context Protocol) server that enables Large Language Model (LLM) clients to interact with any MediaWiki wiki. Every tool that operates on a wiki accepts an optional argument naming the wiki to act on (the wiki-management and OAuth tools do not) — pass a wiki key (e.g. ) or the full URI. Omit it to use the configured default wiki (see [Configuration](#configuration)). Each tool response reports the wiki the call ran against. | Name | Description | |---|---| | | Diff two versions of a wiki…
Read full README on GitHub →

Related ai & ml servers