Skip to content
VS Code

blitz for VS Code

io.github.blitzdotdev/blitz

Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools.

client:VS Code transport:stdio runtime:npm

Install blitz in VS Code

.vscode/mcp.json

{
  "servers": {
    "blitz": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@blitzdev/blitz-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

blitz in other clients