Skip to content
Grok

Chassis for Grok

io.github.dvd90/chassis-mcp

Scaffold an Express 5 + TypeScript backend: database, auth, optional Next.js front end.

client:Grok transport:stdio runtime:npm

Install Chassis in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "chassis-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "chassis-mcp"
      ]
    }
  }
}

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

Chassis in other clients