olgasafonova/mediawiki-mcp-server
Connect to any MediaWiki wiki (Wikipedia, Fandom, corporate wikis). 33+ tools for search, read, edit, link analysis, revision history, and Markdown conversion. Supports stdio and HTTP transport.
Quick Start
Clone the repository:
git clone https://github.com/olgasafonova/mediawiki-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": [
"-y",
"olgasafonova/mediawiki-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.