Give AI agents full control over iOS/macOS development via a native macOS app with 30+ MCP tools.
claude mcp add blitz -- npx -y @blitzdev/blitz-mcp
claude_desktop_config.json
{
"mcpServers": {
"blitz": {
"command": "npx",
"args": [
"-y",
"@blitzdev/blitz-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"blitz": {
"command": "npx",
"args": [
"-y",
"@blitzdev/blitz-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"blitz": {
"command": "npx",
"args": [
"-y",
"@blitzdev/blitz-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"blitz": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@blitzdev/blitz-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"blitz": {
"command": "npx",
"args": [
"-y",
"@blitzdev/blitz-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.blitzdotdev--blitz/reviews or the review_server meta-tool.
POST /mcp