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).
Run
npx -y @blitzdev/blitz-mcp
MCP client config
{
"mcpServers": {
"blitz-mac": {
"command": "npx",
"args": [
"-y",
"@blitzdev/blitz-mcp"
]
}
}
}