OpenZIM MCP
Accesses ZIM format knowledge bases offline including Wikipedia and educational archives with semantic search.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-18
OpenZIM MCP provides offline access to ZIM format knowledge bases like Wikipedia through a Python package. The maintainer Cameron Rye appears to be a solo developer with limited public profile and repository activity. The package is distributed via PyPI which provides basic supply chain hygiene, though the project is relatively new with sparse documentation. Permissions are reasonably scoped to filesystem reads for accessing local ZIM files and network outbound for semantic search functionality. No security incidents are known. The main concerns are the single maintainer with unclear track record, modest documentation quality, and lack of widespread community validation. The offline knowledge access use case is legitimate and the permission scope is appropriate for the stated functionality.
Green flags
- Distributed via official PyPI package registry
- Read-focused permissions appropriate for knowledge base access
- Open source repository allows code inspection
- No known security incidents or malicious behaviour
- Legitimate offline knowledge access use case
Red flags
- Solo maintainer with limited public development history
- Sparse repository documentation and minimal issue/PR activity
- No homepage or detailed project website
- Relatively new project without established community trust
- Unclear maintenance commitment and bus factor of one
Permissions requested
Install
pip install openzim-mcp
Review
Install this if you need offline access to Wikipedia or educational archives, especially in low-connectivity environments or when you want a versioned knowledge snapshot. Skip it if you've got stable internet and don't mind live lookups, the setup overhead isn't worth it for casual use.
Good at
- Works completely offline once the ZIM files are downloaded, no API calls or rate limits.
- Semantic search is better than basic keyword matching, handles conceptual queries well.
- Access to the entire Kiwix library means you can build subject-specific knowledge bases.
- Useful for deterministic research where you need a fixed snapshot rather than live Wikipedia edits.
Watch out
- ZIM files are huge, full Wikipedia dumps are 100GB+, so storage and download time are real barriers.
- No built-in ZIM management, you're on your own for sourcing, updating, and organising files.
- Performance depends heavily on disk speed, spinning drives will be sluggish with large archives.
- Setup requires understanding the ZIM ecosystem, not as plug-and-play as cloud-based search tools.
Use cases
- offline research
- Wikipedia lookups
- educational content access
- low-connectivity workflows
Getting started
Works with
Similar MCPs
- Brave SearchGive Claude real-time web search via the Brave Search API. The fastest way to add up-to-date knowledge without paying for Perplexity.
- DuckDuckGo MCPWeb search through DuckDuckGo with built-in rate limiting, SafeSearch, and content fetching, no API key required.
- Kagi SearchPrivacy-focused search via Kagi. Great if your team already pays for Kagi and wants Claude to use the same backend.
- DelvSearch the Delv AI tools, MCP, and Skills directory directly from inside your agent. Ask 'what's a good MCP for databases?' in Claude Desktop and get editorial picks, not a random link dump.