Back to MCP Servers
Mediawiki
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.
knowledge-memory
By olgasafonova
Installation
npx -y mediawiki-mcp-serverConfiguration
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": ["-y", "mediawiki-mcp-server"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes