blitz for Cursor
io.github.blitzdotdev/blitz
Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools.
client:Cursor
transport:stdio
runtime:npm
Install blitz in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blitz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blitzdev/blitz-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs