Skip to content
Claude Desktop

Chassis for Claude Desktop

io.github.dvd90/chassis-mcp

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

client:Claude Desktop transport:stdio runtime:npm

Install Chassis in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

Chassis in other clients