Skip to content
Claude Desktop

deployhq mcp server for Claude Desktop

io.github.deployhq/deployhq-mcp-server

Model Context Protocol (MCP) server for DeployHQ API integration

client:Claude Desktop transport:stdio runtime:npm

Install deployhq mcp server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "deployhq-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "deployhq-mcp-server"
      ],
      "env": {
        "DEPLOYHQ_EMAIL": "<DEPLOYHQ_EMAIL>",
        "DEPLOYHQ_API_KEY": "<DEPLOYHQ_API_KEY>",
        "DEPLOYHQ_ACCOUNT": "<DEPLOYHQ_ACCOUNT>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

deployhq mcp server in other clients