
MCP Mediawiki
Let your coding agent search and read MediaWiki pages, categories, and wiki structure while you document products or internal runbooks.
Overview
io.github.crunchtools/mediawiki is a MCP server for the Build phase that lets agents securely search and read MediaWiki pages, categories, and related wiki content.
What is this MCP server?
- Secure MCP server targeting MediaWiki APIs with stdio transport via PyPI package mcp-mediawiki-crunchtools
- Search, page retrieval, and category exploration for wikis without leaving the agent session
- Version 0.1.2 on Model Context Protocol server schema 2025-12-11
- Suited for internal wikis, team handbooks, and product spec archives
- MCP integration you register in the agent— not a standalone agent skill
- Server version 0.1.2
- PyPI identifier mcp-mediawiki-crunchtools
- Transport type stdio
What problem does it solve?
Your agent cannot see MediaWiki pages, so you copy-paste specs and categories by hand whenever the wiki is the source of truth.
Who is it for?
Solo builders with a MediaWiki handbook or product wiki who want agent-grounded answers during implementation and doc updates.
Skip if: Teams that only use markdown in git with no MediaWiki instance, or anyone who needs write/edit wiki actions if the server tools are read-focused.
What do I get? / Deliverables
After you register the stdio server, the agent can query your wiki in context while you build and maintain documentation.
- Registered MCP server entry in your agent config
- Tool calls that return wiki pages, search hits, and category context during sessions
Recommended MCP Servers
Journey fit
MediaWiki access sits in Build because solo builders wire knowledge bases and technical docs into the same workflow where they implement features and maintain references. Docs is the canonical shelf for wiki-backed documentation retrieval, not generic code editing.
How it compares
MCP wiki connector for live MediaWiki, not a markdown-only docs skill in the repo.
Common Questions / FAQ
Who is io.github.crunchtools/mediawiki for?
Indie and solo developers who keep specs, runbooks, or product docs on MediaWiki and use Claude Code, Cursor, or Codex with MCP.
When should I use io.github.crunchtools/mediawiki?
Use it during Build and docs work when you need search, page content, or category navigation from a real MediaWiki site inside an agent session.
How do I add io.github.crunchtools/mediawiki to my agent?
Install the PyPI package mcp-mediawiki-crunchtools, configure stdio in your MCP client, and point credentials and base URL to your wiki per the GitHub repository crunchtools/mcp-mediawiki.