
MediaWiki MCP Server
Supports UIby professionalwiki
Connect your AI to any MediaWiki instance to read, search, and manage wiki pages and files.
What it does
This server allows LLM clients to interact with MediaWiki wikis. It provides a comprehensive bridge for reading page content, searching titles, managing revisions, and performing authenticated write operations on any MediaWiki-powered site.
Tools
get-page: Fetch a specific wiki page.search-page: Search wiki page titles and contents.create-page: Create a new wiki page (requires authentication).update-page: Update an existing wiki page (requires authentication).upload-file: Upload files to the wiki (requires authentication).compare-pages: Diff two versions of a wiki page.get-recent-changes: List recent change events across the wiki.parse-wikitext: Render wikitext to HTML without saving.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "npx",
"args": ["@professional-wiki/mediawiki-mcp-server@latest"],
"env": {
"CONFIG": "path/to/config.json"
}
}
}
}
Supported hosts
- claude
- vscode-copilot
- cursor
- windsurf
- gemini-cli
Quick install
npx @professional-wiki/mediawiki-mcp-server@latestInformation
- Pricing
- free
- Published
- 4/26/2026






