Back to MCP Servers

Openzim

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-memoryapiai

Installation

npx -y openzim-mcp

Configuration

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

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub