MediaWiki MCP Server
Rank #573io.github.ProfessionalWiki/mediawiki-mcp-server
Model Context Protocol (MCP) server for MediaWiki
MediaWiki MCP Server is a Model Context Protocol (MCP) server published by ProfessionalWiki. It ranks #573 of 58,832 servers tracked on MCP Toplist, and its repository has 95 GitHub stars. MediaWiki MCP Server is listed across 2 registries — Official MCP and Glama, with 14 tracked versions. It was first listed on Jun 8, 2025 and most recently updated on May 13, 2026.
Ranks ahead of 58,259 of 58,832 servers on MCP Toplist.
Use MediaWiki MCP Server
Add MediaWiki MCP Server to any MCP client (Claude, Cursor, VS Code, …) with one of the configs below.
Published as mcp bundle `https://github.com/ProfessionalWiki/MediaWiki-MCP-Server/releases/download/v0.9.1/MediaWiki-MCP-Server.mcpb` — install it through your client’s extension manager.
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"-y",
"@professional-wiki/mediawiki-mcp-server"
],
"env": {
"CONFIG": "<your CONFIG>",
"MCP_ALLOW_STATIC_FALLBACK": "<your MCP_ALLOW_STATIC_FALLBACK>",
"MCP_CONTENT_MAX_BYTES": "<your MCP_CONTENT_MAX_BYTES>",
"MCP_LOG_LEVEL": "<your MCP_LOG_LEVEL>",
"MCP_MAX_REQUEST_BODY": "<your MCP_MAX_REQUEST_BODY>",
"MCP_METRICS": "<your MCP_METRICS>",
"MCP_OAUTH_CREDENTIALS_FILE": "<your MCP_OAUTH_CREDENTIALS_FILE>",
"MCP_OAUTH_NO_BROWSER": "<your MCP_OAUTH_NO_BROWSER>",
"MCP_PUBLIC_URL": "<your MCP_PUBLIC_URL>",
"MCP_SHUTDOWN_GRACE_MS": "<your MCP_SHUTDOWN_GRACE_MS>",
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"PORT": "<your PORT>"
}
}
}
}Replace each placeholder with your own value before saving.
Listed on 1 registry (1 delisted)
ProfessionalWiki
Available versions (14)
| Version | Published |
|---|---|
| 0.9.1 | May 13, 2026 |
| 0.9.0 | May 1, 2026 |
| 0.8.0 | Apr 28, 2026 |
| 0.7.0 | Apr 25, 2026 |
| 0.6.5 | Jan 8, 2026 |
| 0.6.4 | Jan 5, 2026 |
| 0.6.3 | Jan 5, 2026 |
| 0.6.2 | Jan 5, 2026 |
| 0.6.0 | Nov 17, 2025 |
| 0.5.0 | Nov 15, 2025 |
| 0.4.0 | Oct 30, 2025 |
| 0.3.0 | Oct 27, 2025 |
| 0.2.1 | Oct 23, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- What is MediaWiki MCP Server?
- Model Context Protocol (MCP) server for MediaWiki
- Who maintains MediaWiki MCP Server?
- MediaWiki MCP Server is maintained by ProfessionalWiki, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is MediaWiki MCP Server an official MCP server?
- Yes — MediaWiki MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does MediaWiki MCP Server have?
- MCP Toplist tracks 14 versions of MediaWiki MCP Server, most recently published on May 13, 2026.
- Where can I find the source code for MediaWiki MCP Server?
- The source code for MediaWiki MCP Server is hosted at github.com/ProfessionalWiki/MediaWiki-MCP-Server.