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.
We read the source, 15 h ago · rules 3dff92dd89df
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"], {
const p = path.join(dir, rel);
/\.(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.
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.
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.
claude mcp add antideploy-mcp -- npx -y antideploy-mcp
{
"mcpServers": {
"antideploy-mcp": {
"args": [
"-y",
"antideploy-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.antideploy-mcp]
command = "npx"
args = ["-y", "antideploy-mcp"]
{
"mcpServers": {
"antideploy-mcp": {
"args": [
"-y",
"antideploy-mcp"
],
"command": "npx"
}
}
}
{
"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.
Deploy and manage Bult apps from AI coding agents.
Deploy any Git branch to a live HTTPS preview URL from your agent. No Dockerfile required.
Deploy localhost to a private, authenticated link from your AI coding agent.
Deploy from your terminal, and give an AI coding agent the same abilities over MCP.
Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.
Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.
Agent-native hosting: deploy any folder to a live URL in one command. No approve tool.
Deploy any app to any cloud. 20 tools for deployments, previews, and management.
Answers built from our own checks of this server.