Odel
blitz mac

blitz mac

Local
@blitzdotdev1.7kSwiftApache-2.0Updated 1mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@blitzdev/blitz-mcpv1.0.26

Run

npx -y @blitzdev/blitz-mcp

MCP client config

{
  "mcpServers": {
    "blitz-mac": {
      "command": "npx",
      "args": [
        "-y",
        "@blitzdev/blitz-mcp"
      ]
    }
  }
}