mcpbeat Sign in

MediaWiki MCP Server

by professionalwiki Your server? Claim it
local only

MediaWiki MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 1 086 installs a week from npm. Last commit 17 Sep 2026.

MCP server enabling AI clients to interact with any MediaWiki wiki through standard tools

Installs per day peak 355 · avg 105 · +168% w/w
a month agotoday
1 086
Installs / week
npm · @professional-wiki/mediawiki-mcp-server
131
Stars
7 open issues
17 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 18 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Builds a file path from a variable src/auth/paths.ts:21
        return path.join(appData, 'mediawiki-mcp', filename);
Runs an external command src/wikis/execSecret.ts:73
                const child = execFile(

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mediawiki-mcp-server -- npx -y @professional-wiki/mediawiki-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "args": [
        "-y",
        "@professional-wiki/mediawiki-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mediawiki-mcp-server]
command = "npx"
args = ["-y", "@professional-wiki/mediawiki-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "args": [
        "-y",
        "@professional-wiki/mediawiki-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mediawiki-mcp-server": {
      "args": [
        "-y",
        "@professional-wiki/mediawiki-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CONFIG (Path to your configuration file), MCP_ALLOW_STATIC_FALLBACK (Set to 'true' to allow HTTP startup when config.json has static credentials. Otherwise the server refuses to start, preventing silent shared-identity fallback for unauthenticated requests.), MCP_CONTENT_MAX_BYTES (Byte cap for the content bodies and result blocks tools return (wikitext, rendered HTML, diffs, statement and row listings). An oversized response is truncated with a trailing marker describing what was left out.), MCP_FILE_DATA_MAX_BYTES (Hard cap on the base64-encoded size of a get-file-data response. A transport/safety backstop; callers tune actual size with the tool's width parameter. Over-cap responses error rather than truncate.), MCP_LOG_LEVEL (Minimum severity for logger output (stderr telemetry and sendLoggingMessage broadcast). Invalid values fail loudly on first log call.), MCP_MAX_REQUEST_BODY (Maximum HTTP request body size on the StreamableHTTP transport. Accepts size strings like 1mb or 512kb.), MCP_METRICS (Set to 'true' to expose Prometheus metrics at GET /metrics on the HTTP transport. Has no effect on the stdio transport.), MCP_OAUTH_ALLOWED_REDIRECTS (Additional allowed redirect URIs for hosted-proxy client registration: comma-separated exact URIs (which must include a host) and https prefix patterns ending in /*. Loopback, claude.ai, and verified first-party clients (ChatGPT, Cursor, VS Code) are always allowed; unset means no additional clients.), MCP_OAUTH_CIMD_ALLOWED_HOSTS (Comma-separated additional client_id document hosts trusted for CIMD (bare host or host:port). Verified first-party hosts are always trusted.), MCP_OAUTH_CREDENTIALS_FILE (Override the default OAuth credentials store path. Default: ~/.config/mediawiki-mcp/credentials.json on Linux/macOS, %APPDATA%\mediawiki-mcp\credentials.json on Windows.), MCP_OAUTH_NO_BROWSER (Set to '1' to skip launching a browser during the OAuth dance and log the auth URL to stderr instead. Useful in headless environments and CI.), MCP_OAUTH_PROXY_STORE_FILE (Path to the hosted OAuth proxy's encrypted state file, which lets sign-ins survive restarts. Default: proxy-store.enc under the mediawiki-mcp config dir; /app/data/proxy-store.enc in the Docker image.), MCP_PUBLIC_URL (Override the request-derived public URL used in the protected-resource discovery doc and WWW-Authenticate header. Set this when running behind a proxy that rewrites the request Host.), MCP_SHUTDOWN_GRACE_MS (Maximum milliseconds to wait for in-flight /mcp calls to drain on SIGTERM/SIGINT before exiting. Capped at 600000.), MCP_TRANSPORT (Type of MCP server transport), MCP_UPLOAD_MAX_BYTES (Memory cap on the server-side fetch used by upload-file-from-url and update-file-from-url. Files larger than this are routed to the wiki's own copy-upload instead of being buffered by the server. Guards this server's memory, not the wiki's $wgMaxUploadSize.), PORT (Port used for StreamableHTTP transport). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MediaWiki MCP Server

same job, measured the same way
I
Yandex360 MCP
by pa1ch

MCP server for Yandex 360 services (Wiki, and more) — tools for AI assistants.

67 installs/wk local only
Ariel Memory
by cipher208

Two-layer memory MCP server for AI agents with 37 tools, RAG, graphs, wiki, auth

40 installs/wk local only
Cities2 MCP and Modding Toolkit
by mayor-modder

Cities: Skylines II wiki, encyclopedia, and mod workflow tools for AI agents.

179 installs/wk local only
Hivemind
by hiveforge-sh

MCP server for Obsidian vaults - AI tools with consistent canonical context. Local-first.

67 installs/wk local only
C
Castor MCP
by moosejudge

Castor for Confluence Data Center — MCP server bridging Confluence DC with AI agents

165 installs/wk local only
MCP Mediawiki
by crunchtools

Secure MCP server for MediaWiki wikis — search, pages, categories, and more

81 installs/wk local only
Redmine MCP Server
by jztan

MCP server that lets AI assistants manage Redmine issues, projects, wikis, and time tracking

1 407 installs/wk local only
Obsidian Vault MCP Server
by oleksandrkucherenko

Access Obsidian vaults via Local REST API - read, search, and interact with notes

183 installs/wk local only

MediaWiki MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for MediaWiki MCP Server?
MediaWiki MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @professional-wiki/mediawiki-mcp-server was installed 1 086 times last week.
How do I connect MediaWiki MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @professional-wiki/mediawiki-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use MediaWiki MCP Server?
The npm package @professional-wiki/mediawiki-mcp-server was installed 1 086 times in the last week. Week over week that is +168%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MediaWiki MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript, 131 stars on GitHub and 7 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.