Skip to content
Grok

openzim mcp for Grok

io.github.cameronrye/openzim-mcp

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

client:Grok transport:stdio runtime:pypi

Install openzim mcp in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

openzim mcp in other clients