Skip to content
Cursor

openzim mcp for Cursor

io.github.cameronrye/openzim-mcp

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

client:Cursor transport:stdio runtime:pypi

Install openzim mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "openzim-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "openzim-mcp"
      ],
      "env": {
        "OPENZIM_MCP_TOOL_MODE": "<OPENZIM_MCP_TOOL_MODE>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

openzim mcp in other clients