mcpbeat Sign in

Antideploy MCP Server

by antideploy Your server? Claim it
local only

Antideploy runs on your own machine — the client starts it, so there is no endpoint to ping. 323 installs a week from npm. Last commit 20 Sep 2026.

Deploy an app to Antideploy from a coding agent. No Dockerfile, no YAML, no cloud console.

Installs per day peak 319 · avg 14 · +3500% w/w
a month agotoday
323
Installs / week
npm · antideploy-mcp
2
Stars
0 open issues
20 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What the code does

We read the source, 15 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.

const child = spawn(process.execPath, ["index.js"], {
Builds a file path from a variable test-pack.mjs:12
  const p = path.join(dir, rel);
Touches key and credential files index.js:58, [пакет] index.js:58
  /\.(pem|key|p12|pfx|keystore|jks)$/.test(name) || name === "id_rsa";

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

This one needs environment variables set before it will start: ANTIDEPLOY_API_KEY (Antideploy API key for the application, created in the console under the application's settings. Starts with ad_.), ANTIDEPLOY_URL (Base URL of the Antideploy instance. Defaults to https://antideploy.com. Only set for a self-hosted or staging instance.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Antideploy

same job, measured the same way
Bult
by bultcloud

Deploy and manage Bult apps from AI coding agents.

28 installs/wk local only
D
PreviewDrop
by previewdrop

Deploy any Git branch to a live HTTPS preview URL from your agent. No Dockerfile required.

387 installs/wk local only
Unlocalhost
by info-arnav

Deploy localhost to a private, authenticated link from your AI coding agent.

28 installs/wk local only
CloudeIDE
by cloudeide

Deploy from your terminal, and give an AI coding agent the same abilities over MCP.

46 installs/wk local only
Dataecho
by dataecho

Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.

26 tools answering
Coolftp
by anivdel

Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.

39 installs/wk local only
Openpouch
by openpouch

Agent-native hosting: deploy any folder to a live URL in one command. No approve tool.

51 installs/wk local only
Deploy
by nometria

Deploy any app to any cloud. 20 tools for deployments, previews, and management.

35 installs/wk local only

Antideploy — questions

Answers built from our own checks of this server.

Why is there no uptime for Antideploy?
Antideploy 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 antideploy-mcp was installed 323 times last week.
How do I connect Antideploy?
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 antideploy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Antideploy?
The npm package antideploy-mcp was installed 323 times in the last week. Week over week that is +3500%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Antideploy open source?
Yes — it is published under the MIT licence, written in JavaScript and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.