Skip to main content
Knowledge & MemoryPython

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.

knowledge-memorylocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/cameronrye/openzim-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "openzim-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cameronrye/openzim-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Knowledge & Memory
Language
Python
Author
cameronrye