Skip to content
Grok

when for Grok

io.github.whenlabs-org/when

The WhenLabs developer toolkit — 6 tools, 7 MCP endpoints, one install.

client:Grok transport:stdio runtime:npm

Install when in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "when": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@whenlabs/when"
      ]
    }
  }
}

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

when in other clients