mcpbeat Sign in

Breezedeploy MCP Server

by przemekzur Your server? Claim it
local only

Breezedeploy runs on your own machine — the client starts it, so there is no endpoint to ping. 236 installs a week from npm.

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs per day peak 346 · avg 19 · -48% w/w
a month agotoday
236
Installs / week
npm · breezedeploy-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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 breezedeploy -- npx -y breezedeploy-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "breezedeploy": {
      "args": [
        "-y",
        "breezedeploy-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.breezedeploy]
command = "npx"
args = ["-y", "breezedeploy-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "breezedeploy": {
      "args": [
        "-y",
        "breezedeploy-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "breezedeploy": {
      "args": [
        "-y",
        "breezedeploy-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: CONTROL_PLANE_API_KEY (Your breezedeploy API key — shown once when you sign up at https://panel.breezedeploy.dev/signup), CONTROL_PLANE_URL (Control plane URL (default https://panel.breezedeploy.dev; set for self-hosted instances)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Breezedeploy

same job, measured the same way
Dockhold
by dockhold

Deploy a GitHub repo to a live HTTPS URL from your AI tool; read logs, set variables, resize apps.

17 tools answering
Pocketnook
by shotintoeternity

Deploy repositories or local folders to private Pocketnook URLs from any MCP client.

30 installs/wk local only
Wpf Dev Pack MCP
by christian289

Serves WPF Dev Pack knowledge topics to AI agents from a local repo clone.

local only
Replen
by replenhq

A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.

115 installs/wk local only
Freelance Invoice
by theluckystrike

Create PDF invoices from your AI chat: clients, numbering, VAT, overdue reports. All data is local.

local only
Unwritten
by byggarepop

Catches files and C# members you forgot to change, learned from your repo's git history

local only
Invoice Generator
by theluckystrike

Create PDF invoices from your AI chat: clients, numbering, VAT, overdue reports. All data is local.

local only
Invoice PDF Billing Generator
by theluckystrike

Create PDF invoices from your AI chat: clients, numbering, VAT, overdue reports. All data is local.

13 tools answering

Breezedeploy — questions

Answers built from our own checks of this server.

Why is there no uptime for Breezedeploy?
Breezedeploy 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 breezedeploy-mcp was installed 236 times last week.
Is Breezedeploy still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Breezedeploy?
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 breezedeploy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Breezedeploy?
The npm package breezedeploy-mcp was installed 236 times in the last week. Week over week that is -48%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.