Home › Knowledge & Memory › MediaWiki
MediaWiki
Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.
Topics: Knowledge & Memory
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0
Or add to your MCP client config:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/olgasafonova/mediawiki-mcp-server:1.34.0"
],
"env": {
"MEDIAWIKI_URL": "<YOUR_VALUE>",
"MEDIAWIKI_USERNAME": "<YOUR_VALUE>",
"MEDIAWIKI_PASSWORD": "<YOUR_VALUE>"
}
}
}
}
MEDIAWIKI_URLrequired — MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)MEDIAWIKI_USERNAME— Bot username for authenticated operations (format: WikiUser@BotName)MEDIAWIKI_PASSWORDsecret — Bot password for authenticated operations
Package (mcpb)
Package: mcpb https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.34.0/mediawiki-mcp-server-mac-apple-silicon
MEDIAWIKI_URLrequired — MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)MEDIAWIKI_USERNAME— Bot username for authenticated operations (format: WikiUser@BotName)MEDIAWIKI_PASSWORDsecret — Bot password for authenticated operations
Package (mcpb)
Package: mcpb https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.34.0/mediawiki-mcp-server-mac-intel
MEDIAWIKI_URLrequired — MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)MEDIAWIKI_USERNAME— Bot username for authenticated operations (format: WikiUser@BotName)MEDIAWIKI_PASSWORDsecret — Bot password for authenticated operations
Package (mcpb)
Package: mcpb https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.34.0/mediawiki-mcp-server-linux
MEDIAWIKI_URLrequired — MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)MEDIAWIKI_USERNAME— Bot username for authenticated operations (format: WikiUser@BotName)MEDIAWIKI_PASSWORDsecret — Bot password for authenticated operations
Package (mcpb)
Package: mcpb https://github.com/olgasafonova/mediawiki-mcp-server/releases/download/v1.34.0/mediawiki-mcp-server-windows.exe
MEDIAWIKI_URLrequired — MediaWiki API endpoint URL (e.g., https://en.wikipedia.org/w/api.php)MEDIAWIKI_USERNAME— Bot username for authenticated operations (format: WikiUser@BotName)MEDIAWIKI_PASSWORDsecret — Bot password for authenticated operations
Related servers
Context7
Up-to-date code docs for any prompt
cognee
Memory manager for AI apps and Agents using various graph and vector stores and allowing ingestion from 30+ data sources
hindsight
Hindsight: Agent Memory That Works Like Human Memory - Built for AI Agents to manage Long Term Memory
Skill_Seekers
Transform 17 source types (docs, GitHub repos, PDFs, videos, Jupyter, Confluence, Notion, Slack/Discord) into AI-ready skills and RAG…
basic-memory
Local-first knowledge management with bi-directional LLM sync via Markdown files.
NoteDiscovery
Self-hosted plain-markdown knowledge base with a built-in MCP server. Lets Claude Desktop, Cursor, and any MCP client search, read,…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry