mcpbeat Sign in

Deployhq MCP Server

local only

Deployhq MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 33 installs a week from npm. Last commit 27 Mar 2026.

Model Context Protocol (MCP) server for DeployHQ API integration

Installs per day peak 25 · avg 7 · -9% w/w
a month agotoday
33
Installs / week
npm · deployhq-mcp-server
13
Stars
0 open issues
27 Mar 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Deployhq MCP Server 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 deployhq-mcp-server -- npx -y deployhq-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "deployhq-mcp-server": {
      "args": [
        "-y",
        "deployhq-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.deployhq-mcp-server]
command = "npx"
args = ["-y", "deployhq-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "deployhq-mcp-server": {
      "args": [
        "-y",
        "deployhq-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "deployhq-mcp-server": {
      "args": [
        "-y",
        "deployhq-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DEPLOYHQ_EMAIL (Your DeployHQ login email address), DEPLOYHQ_API_KEY (Your DeployHQ password or API key), DEPLOYHQ_ACCOUNT (Your DeployHQ account name (from URL: https://ACCOUNT.deployhq.com)), LOG_LEVEL (Log verbosity level (ERROR, INFO, or DEBUG)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Deployhq MCP Server

same job, measured the same way
Azure
by asklokesh

MCP server for Azure API integration

63 installs/wk local only
Kubernetes MCP Server
by containers

A Model Context Protocol (MCP) server for Kubernetes and OpenShift

6 636 installs/wk local only
Podman MCP Server
by manusa

A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)

112 installs/wk local only
Devops MCP
by neetpatel

An MCP server that provides DevOps and DevSecOps context for the project

123 installs/wk local only
Google Apps Script MCP
by a1-x-tech

MCP server for the Google Apps Script API: projects, code, versions, deployments and executions.

45 installs/wk local only
Kubeview
by mikhae1

Read-only Model Context Protocol MCP server enabling code-driven AI analysis of Kubernetes clusters.

381 installs/wk local only
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

103 installs/wk local only
AWS CLI MCP Server
by musaddiq-dev

Python MCP server for AWS CLI inspection and operations

71 installs/wk local only

Deployhq MCP Server — questions

Answers built from our own checks of this server.

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