Skip to content
Grok

ascendkit for Grok

dev.ascendkit/ascendkit

Auth, email, journeys, surveys, webhooks, and analytics for SaaS in one project, one API key.

client:Grok transport:stdio runtime:npm

Install ascendkit in Grok

.mcp.json (in your project root)

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

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

ascendkit in other clients