← Back to Plugins
MCP Server MCP

io.github.cameronrye/openzim-mcp

github By github 👁 1 views ▲ 0 votes

Offline MCP access to ZIM knowledge archives — Wikipedia, Wiktionary, Stack Exchange, Kiwix.

Homepage Verified source GitHub

Install

uvx openzim-mcp

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "openzim-mcp",
      "version": "3.2.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "description": "Path to a directory containing your .zim archive files. Repeat for multiple directories. Download archives from the Kiwix library (https://library.kiwix.org/).",
          "isRequired": true,
          "format": "filepath",
          "type": "positional",
          "valueHint": "zim_directory",
          "isRepeated": true
        }
      ],
      "environmentVariables": [
        {
          "description": "Tool surface: 'advanced' (the default here) registers all 8 tools (zim_query, zim_search, zim_get, zim_get_section, zim_browse, zim_metadata, zim_links, zim_health); 'simple' registers only the zim_query natural-language entry point.",
          "default": "advanced",
          "name": "OPENZIM_MCP_TOOL_MODE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...