Skip to content
Grok

Kit.com MCP Server for Grok

io.github.dancumberland/kit-mcp

Agent-optimized MCP server for Kit.com email marketing. 13 composite tools, 100% V4 API.

client:Grok transport:stdio runtime:npm

Install Kit.com MCP Server 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": {
    "kit-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@dancumberland/kit-mcp"
      ],
      "env": {
        "KIT_API_KEY": "<KIT_API_KEY>",
        "KIT_OAUTH_TOKEN": "<KIT_OAUTH_TOKEN>"
      }
    }
  }
}

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

Kit.com MCP Server in other clients