cameronrye/openzim-mcp
Modern, secure MCP server for accessing ZIM format knowledge bases offline. Enables AI models to search and navigate Wikipedia, educational content, and other compressed knowledge archives with smart retrieval, caching, and comprehensive API.
Quick Start
Clone the repository:
git clone https://github.com/cameronrye/openzim-mcpClaude Desktop configuration example:
{
"mcpServers": {
"openzim-mcp": {
"command": "npx",
"args": [
"-y",
"cameronrye/openzim-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.