Skip to content
Grok

pocketnook for Grok

io.github.shotintoeternity/pocketnook

Deploy repositories or local folders to private Pocketnook URLs from any MCP client.

client:Grok transport:stdio runtime:npm

Install pocketnook 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": {
    "pocketnook": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@pocketnook/mcp"
      ],
      "env": {
        "POCKETNOOK_TOKEN": "<POCKETNOOK_TOKEN>",
        "POCKETNOOK_URL": "<POCKETNOOK_URL>"
      }
    }
  }
}

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

pocketnook in other clients