cameronrye/openzim-mcp
by Various
OpenZIM MCP is a modern, secure, and high-performance MCP (Model Context Protocol) server that enables AI models to access and search ZIM format knowledge bases offline.
MCP
cameronrye/openzim-mcp
Added 1 June 2026
Overview
OpenZIM MCP is a Python-based MCP server that lets AI models query ZIM archives offline. It provides a secure, local interface for searching and retrieving content from compressed knowledge bases without internet access.
Best for
Best for
Developers needing offline, local access to structured knowledge bases for AI agents
Use cases
- Offline retrieval of Wikipedia or other ZIM-format datasets for AI assistants
- Building local RAG pipelines that rely on static knowledge snapshots
- Enabling AI tools to search large reference libraries in air-gapped environments
How to use
Install
uv tool install openzim-mcp Tools exposed
zim_queryzim_searchzim_getzim_get_sectionzim_browsezim_metadatazim_linkszim_health
Tested with
Claude Desktop
Example client config
{\n "mcpServers": {\n "openzim-mcp": {\n "command": "openzim-mcp",\n "args": ["/path/to/zim/files"]\n }\n }\n} Notes
OpenZIM MCP is a Python-based MCP server that lets AI models query ZIM archives offline. It provides a secure, local interface for searching and retrieving content from compressed knowledge bases without internet access.
63 stars on GitHub. Last updated 2026-06-01. Licensed MIT.
Use cases
- Offline retrieval of Wikipedia or other ZIM-format datasets for AI assistants
- Building local RAG pipelines that rely on static knowledge snapshots
- Enabling AI tools to search large reference libraries in air-gapped environments
Pros
- Works entirely offline, removing dependency on external APIs
- Leverages the well-established ZIM format for compact, portable knowledge bases
- Simple MCP integration for existing AI workflows
Cons
- Limited to ZIM archives, which require pre-downloaded datasets
- Small community and fewer than 100 GitHub stars, so support is minimal
- Python-only implementation may not fit non-Python stacks
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Works entirely offline, removing dependency on external APIs
- Leverages the well-established ZIM format for compact, portable knowledge bases
- Simple MCP integration for existing AI workflows
Cons
- Limited to ZIM archives, which require pre-downloaded datasets
- Small community and fewer than 100 GitHub stars, so support is minimal
- Python-only implementation may not fit non-Python stacks
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.