mcpbeat Sign in

Basicdeploy MCP Server

local only

Basicdeploy MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 96 installs a week from npm. Last commit 14 Aug 2026.

The runtime your agent deploys to — DB, storage, and a public URL in one MCP call.

Installs per day peak 778 · avg 39
a month agotoday
96
Installs / week
npm · basicdeploy-mcp
0
Stars
0 open issues
14 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Basicdeploy MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

Alternatives to Basicdeploy MCP

same job, measured the same way
Netcafe Build
by ainetcafe

Deploy a live web app from one sentence. build_app + poll to a public HTTPS URL you own.

7 tools answering
Openpouch
by openpouch

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

68 installs/wk local only
nyxory
by nyxory

Agent-to-agent cloud service: deploys and runs your apps and services — domains, logs, real status.

79 installs/wk answering
spawnpoint
by getspawnpoint

Deploy the small apps your agent builds: one tool call returns a live, private shareable HTTPS link.

answering
I
Qovery MCP Server
by qovery

Deploy and manage your apps on Qovery

answering
Avalanche
by avakit

Act on Avalanche from your agent: scaffold a dapp, deploy a contract, mint, and read chain state.

94 installs/wk local only
Prefab
by prefabapp

List, create and deploy your Prefab project templates from any MCP agent.

284 installs/wk local only
harvis.dev
by harvis

Deploy static sites from AI agents: deploy_site publishes files and returns a live URL in seconds.

1 tools answering

Basicdeploy MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Basicdeploy MCP?
Basicdeploy MCP 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 basicdeploy-mcp was installed 96 times last week.
How do I connect Basicdeploy MCP?
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 basicdeploy-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Basicdeploy MCP?
The npm package basicdeploy-mcp was installed 96 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Basicdeploy MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.