mcpbeat Sign in

Blitz MCP Server

by blitzdotdev Your server? Claim it
local only

Blitz runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 5 May 2026.

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

Installs per day peak 13 · avg 5 · +31% w/w
a month agotoday
30
Installs / week
npm · @blitzdev/blitz-mcp
1748
Stars
6 open issues
5 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
Swift

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

File ships in the package but is absent from the source [пакет] bin/cli.js:1
этот файл ставится пользователю, но в репозитории его нет
    print(json.dumps(dict(os.environ)))

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add blitz -- npx -y @blitzdev/blitz-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "blitz": {
      "args": [
        "-y",
        "@blitzdev/blitz-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.blitz]
command = "npx"
args = ["-y", "@blitzdev/blitz-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "blitz": {
      "args": [
        "-y",
        "@blitzdev/blitz-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "blitz": {
      "args": [
        "-y",
        "@blitzdev/blitz-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Blitz

same job, measured the same way
Godot MCP
by tugcantopaloglu

MCP server for full Godot 4.x engine control with 165 tools for AI-driven game development

92 installs/wk local only
Bridge MCP
by barhamagha1

Visual Desktop Bridge - Give any AI full control over Windows to automate apps and inputs.

145 installs/wk local only
openDAW MCP
by ameobius

262 MCP tools for agent-native control of openDAW, a browser-based DAW

local only
Contentrain
by contentrain

Git-native content governance for AI agents — 27 deterministic MCP tools over stdio and HTTP.

1 504 installs/wk answering
I
MCP Appium - Mobile Development and Automation Server
by appium

MCP server for Appium mobile automation on iOS and Android devices with test creation tools.

6 543 installs/wk local only
Rqwstr
by kjopstad-it

AI-native HTTP security testing MCP server — 17 tools with raw HTTP/1.1 + HTTP/2 control

local only
Elementor Ultra MCP
by algorismus-io

Build Elementor sites with AI agents - native, editable pages via ~90 MCP tools. Free & MIT.

77 installs/wk local only
Knowing
by blackwell-systems

Content-addressed code graph with 22 MCP tools for AI agents.

43 installs/wk local only

Blitz — questions

Answers built from our own checks of this server.

Why is there no uptime for Blitz?
Blitz runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @blitzdev/blitz-mcp was installed 30 times last week.
How do I connect Blitz?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @blitzdev/blitz-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Blitz?
The npm package @blitzdev/blitz-mcp was installed 30 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Blitz open source?
Yes — it is published under the Apache-2.0 licence, written in Swift, 1 748 stars on GitHub and 6 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.