MCP Directory

cameronrye/openzim-mcp

GitHub
Productivity

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.

Direct install

Run the underlying MCP server directly — without Agent-CoreX routing.

npx -y openzim-mcp

Use with Agent-CoreX

Agent-CoreX intelligently routes which tools from cameronrye/openzim-mcp your AI agent actually needs per request — reducing token usage and cost.

agent-corex.json

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

Route cameronrye/openzim-mcp intelligently

Connect in 2 minutes. Only pay for the tools your agent actually uses.

Installation Guide

Use with Agent-CoreX

Recommended: intelligent tool routing, lower costs

uvx agent-corex mcp add openzim-mcp

Agent-CoreX selects only the tools your agent needs, cutting token usage by up to 60%.

Direct Install

Use cameronrye/openzim-mcp directly without routing

npx -y openzim-mcp

New to Agent-CoreX? View setup guide →

cameronrye/openzim-mcp MCP Server — Agent-CoreX