mcpbeat Sign in

Dr.Deploy MCP Server

by dr-deploy Your server? Claim it
local only

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

MCP tools for drdeploy: scan deployed sites, list, get findings, check status.

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

Installs per day peak 28 · avg 6 · +120% w/w
a month agotoday
42
Installs / week
npm · @drdeploy/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 drdeploy-mcp -- npx -y @drdeploy/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "drdeploy-mcp": {
      "args": [
        "-y",
        "@drdeploy/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.drdeploy-mcp]
command = "npx"
args = ["-y", "@drdeploy/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "drdeploy-mcp": {
      "args": [
        "-y",
        "@drdeploy/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "drdeploy-mcp": {
      "args": [
        "-y",
        "@drdeploy/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DRDEPLOY_TOKEN (Bearer token for the drdeploy API. Run `drdeploy login` to mint one.), DRDEPLOY_API_HOST (Override the API host. Defaults to https://drdeploy.dev.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Dr.Deploy

same job, measured the same way
Novence
by novence

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
Novence
by lincchad

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering
ship.page
by ship

Deploy HTML from any agent: POST markup, get a live URL. Static hosting API with MCP tools.

11 tools answering
Agenticorg
by mishrasanjeev

AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing.

42 installs/wk local only
Nr MCP
by texan-nxtassist

MCP server for Node-RED — safe deploy, optimistic locking, smart search, 13 tools

104 installs/wk local only
iz-tolk-mcp — Tolk Compiler for TON
by izzzzzi

Tolk smart contract compiler for TON — compile, check, and deploy from AI assistants

65 installs/wk local only
Coolftp
by anivdel

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

191 installs/wk local only
Freeappstore Online
by freeappstore-online

AI agent tools for FreeAppStore: deploy status, SDK docs, app info, platform guide.

12 tools answering

Dr.Deploy — questions

Answers built from our own checks of this server.

Why is there no uptime for Dr.Deploy?
Dr.Deploy 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 @drdeploy/mcp was installed 42 times last week.
Is Dr.Deploy 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 Dr.Deploy?
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 @drdeploy/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Dr.Deploy?
The npm package @drdeploy/mcp was installed 42 times in the last week. Week over week that is +120%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.