MediaWiki
Rank #2,487io.github.olgasafonova/mediawiki-mcp-server
Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.
MediaWiki is a Model Context Protocol (MCP) server published by olgasafonova. It ranks #2,487 of 115,460 servers tracked on MCP Toplist, and its repository has 20 GitHub stars. MediaWiki is listed across 5 registries — Official MCP, PulseMCP, Glama, Smithery and mcp.so, with 10 tracked versions. It was first listed on Dec 10, 2025 and most recently updated on May 14, 2026.
Ranks ahead of 112,973 of 115,460 servers on MCP Toplist.
Use MediaWiki
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add mediawiki-mcp-server -e "MEDIAWIKI_URL=<your MEDIAWIKI_URL>" -e "MEDIAWIKI_USERNAME=<your MEDIAWIKI_USERNAME>" -e "MEDIAWIKI_PASSWORD=<your MEDIAWIKI_PASSWORD>" -- docker run -i --rm ghcr.io/olgasafonova/mediawiki-mcp-server:1.27.1Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-apple-silicon` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-intel` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-linux` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-windows.exe` — install it through your client’s extension manager.
[mcp_servers.mediawiki-mcp-server]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/olgasafonova/mediawiki-mcp-server:1.27.1"]
[mcp_servers.mediawiki-mcp-server.env]
MEDIAWIKI_URL = "<your MEDIAWIKI_URL>"
MEDIAWIKI_USERNAME = "<your MEDIAWIKI_USERNAME>"
MEDIAWIKI_PASSWORD = "<your MEDIAWIKI_PASSWORD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-apple-silicon` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-intel` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-linux` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-windows.exe` — install it through your client’s extension manager.
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/mediawiki-mcp-server:1.27.1"
],
"env": {
"MEDIAWIKI_URL": "<your MEDIAWIKI_URL>",
"MEDIAWIKI_USERNAME": "<your MEDIAWIKI_USERNAME>",
"MEDIAWIKI_PASSWORD": "<your MEDIAWIKI_PASSWORD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-apple-silicon` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-intel` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-linux` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-windows.exe` — install it through your client’s extension manager.
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/mediawiki-mcp-server:1.27.1"
],
"env": {
"MEDIAWIKI_URL": "<your MEDIAWIKI_URL>",
"MEDIAWIKI_USERNAME": "<your MEDIAWIKI_USERNAME>",
"MEDIAWIKI_PASSWORD": "<your MEDIAWIKI_PASSWORD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-apple-silicon` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-intel` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-linux` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-windows.exe` — install it through your client’s extension manager.
{
"servers": {
"mediawiki-mcp-server": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/mediawiki-mcp-server:1.27.1"
],
"env": {
"MEDIAWIKI_URL": "<your MEDIAWIKI_URL>",
"MEDIAWIKI_USERNAME": "<your MEDIAWIKI_USERNAME>",
"MEDIAWIKI_PASSWORD": "<your MEDIAWIKI_PASSWORD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-apple-silicon` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-intel` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-linux` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-windows.exe` — install it through your client’s extension manager.
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/mediawiki-mcp-server:1.27.1"
],
"env": {
"MEDIAWIKI_URL": "<your MEDIAWIKI_URL>",
"MEDIAWIKI_USERNAME": "<your MEDIAWIKI_USERNAME>",
"MEDIAWIKI_PASSWORD": "<your MEDIAWIKI_PASSWORD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-apple-silicon` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-intel` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-linux` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-windows.exe` — install it through your client’s extension manager.
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/mediawiki-mcp-server:1.27.1"
],
"env": {
"MEDIAWIKI_URL": "<your MEDIAWIKI_URL>",
"MEDIAWIKI_USERNAME": "<your MEDIAWIKI_USERNAME>",
"MEDIAWIKI_PASSWORD": "<your MEDIAWIKI_PASSWORD>"
}
}
}
}Replace each placeholder with your own value before saving.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-apple-silicon` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-mac-intel` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-linux` — install it through your client’s extension manager.
Published as mcp bundle `https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.27.1/mediawiki-mcp-server-windows.exe` — install it through your client’s extension manager.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.olgasafonova%2Fmediawiki-mcp-server)<a href="https://mcptoplist.com/server/io.github.olgasafonova%2Fmediawiki-mcp-server"><img src="https://mcptoplist.com/badge/io.github.olgasafonova%2Fmediawiki-mcp-server.svg" alt="MCP Toplist: Top 5% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
olgasafonova
Other servers by olgasafonova
- Miro#219 · 23 vers
- TilbudsTrolden#3,524 · 3 vers
- Nordic Registry MCP Server#5,722 · 3 vers
- GLEIF MCP Server#6,180 · 5 vers
- ProductPlan MCP Server#7,809 · 6 vers
Available versions (10)
| Version | Published |
|---|---|
| 1.31.0 | May 14, 2026 |
| 1.30.0 | May 3, 2026 |
| 1.29.0 | Apr 24, 2026 |
| 1.28.2 | Apr 12, 2026 |
| 1.28.1 | Apr 4, 2026 |
| 1.27.2 | Mar 3, 2026 |
| 1.27.1 | Mar 2, 2026 |
| 1.25.1 | Jan 5, 2026 |
| 1.24.1 | Dec 26, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains MediaWiki?
- MediaWiki is maintained by olgasafonova, which publishes 6 MCP servers (50 total versions) tracked on MCP Toplist.
- Is MediaWiki listed on the Official MCP Registry?
- Yes — MediaWiki is listed on the Official MCP Registry, alongside PulseMCP, Glama, Smithery and mcp.so.
- How many versions does MediaWiki have?
- MCP Toplist tracks 10 versions of MediaWiki, most recently published on May 14, 2026.
- Where can I find the source code for MediaWiki?
- The source code for MediaWiki is hosted at github.com/olgasafonova/mediawiki-mcp-server.