Search, read, and edit any MediaWiki wiki. Works with Wikipedia, Fandom, and more.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mediawiki-mcp-server": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Connect your AI assistant to any MediaWiki wiki, or script it directly from the terminal. Search, read, and edit wiki content using natural language or the wiki CLI.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in writing
A markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
f.k.a. Awesome ChatGPT Prompts. Share, discover, and collect prompts from the community. Free and open source — self-host for your organization with complete privacy.
Define task-specific AI sub-agents in Markdown for any MCP-compatible tool.
一键同步文章到多个内容平台,支持今日头条、WordPress、知乎、简书、掘金、CSDN、typecho各大平台,一次发布,多平台同步发布。解放个人生产力
MCP Security Weekly
Get CVE alerts and security updates for Mediawiki MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Connect your AI assistant to any MediaWiki wiki, or script it directly from the terminal. Search, read, and edit wiki content using natural language or the wiki CLI.
Three ways to use it:
wiki CLI — same API client, same auth, no AI needed. For shell pipelines, CI checks, cron jobs. See CLI.md./plugin marketplace add olgasafonova/mediawiki-mcp-server adds wiki skills directly to Claude Code. See .claude-plugin/README.md.| Document | What it covers |
|---|---|
| QUICKSTART.md | Get running in 2 minutes |
| SETUP.md | Per-tool configuration (Claude Desktop, Cursor, ChatGPT, n8n, VS Code, Google ADK) |
| CLI.md | wiki command-line reference |
| TOOLS.md | Full tool reference (40+ tools by category) |
| DEPLOYMENT.md | HTTP transport, security, endpoints, env vars |
| TIETO_SETUP.md | Connect to Tieto's Public 360° Wiki (beginner-friendly) |
| WIKI_USE_CASES.md | Detailed workflows by persona |
| ARCHITECTURE.md | System design |
| CONTRIBUTING.md | How to contribute |
| SECURITY.md | Security policies |
| CHANGELOG.md | Version history |
The same operation works from a prompt (via MCP) or directly in your shell (via the wiki CLI):
| Goal | Prompt your AI | From your terminal |
|---|---|---|
| Search the wiki | "What does our wiki say about onboarding?" | wiki search "onboarding" |
| Read a page | "Show me the Getting Started page" | wiki page "Getting Started" |
| Find broken links | "Are there broken links on the Docs page?" | wiki links broken --json |
| Find stale content | "Which pages haven't been updated in 90 days?" | wiki stale-pages --days 90 |
| Cross-link suggestions | "What pages are similar to the API Reference?" | wiki similar "API Reference" |
| Audit wiki health | "Run a health check on the wiki" | wiki audit --json |
| Publish markdown | "Publish this README to the wiki" | wiki publish README.md "Page Title" |
| Strike a name | "Strike out John Smith on the Team page" | wiki replace "Team" --find "John Smith" --replace "<s>John Smith</s>" |
For the full tool list, see TOOLS.md. The CLI returns typed exit codes for CI-friendly branching — see CLI.md.
go build -o mediawiki-mcp-server . (requires Go 1.24+).https://your-wiki.com/api.php. Wikipedia is https://en.wikipedia.org/w/api.php. Visit Special:Version to confirm.Reading public wikis works without login. Private/corporate wikis and editing require a bot password — SETUP.md#editing-wiki-pages.
📖 More examples: see WIKI_USE_CASES.md for detailed workflows by persona (content editors, documentation managers, developers).
*Search and read: