io.github.deployhq/deployhq-mcp-server MCP Server
io.github.deployhq/deployhq-mcp-server
What is the io.github.deployhq/deployhq-mcp-server MCP server?
Model Context Protocol (MCP) server for DeployHQ API integration
How to install io.github.deployhq/deployhq-mcp-server
Copy-paste configuration for popular MCP clients.
DEPLOYHQ_EMAILrequiredYour DeployHQ login email address
DEPLOYHQ_API_KEYrequiredsecretYour DeployHQ password or API key
DEPLOYHQ_ACCOUNTrequiredYour DeployHQ account name (from URL: https://ACCOUNT.deployhq.com)
LOG_LEVELLog verbosity level (ERROR, INFO, or DEBUG)
{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<YOUR_DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<YOUR_DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<YOUR_DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<YOUR_DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<YOUR_DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<YOUR_DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<YOUR_DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<YOUR_DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<YOUR_DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}{
"servers": {
"deployhq-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<YOUR_DEPLOYHQ_EMAIL>",
"DEPLOYHQ_API_KEY": "<YOUR_DEPLOYHQ_API_KEY>",
"DEPLOYHQ_ACCOUNT": "<YOUR_DEPLOYHQ_ACCOUNT>",
"LOG_LEVEL": "<YOUR_LOG_LEVEL>"
}
}
}
}claude mcp add deployhq-mcp-server --env DEPLOYHQ_EMAIL=<YOUR_DEPLOYHQ_EMAIL> --env DEPLOYHQ_API_KEY=<YOUR_DEPLOYHQ_API_KEY> --env DEPLOYHQ_ACCOUNT=<YOUR_DEPLOYHQ_ACCOUNT> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y deployhq-mcp-serverRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.