io.github.deployhq/deployhq-mcp-server
Quality Score
83
/100
Model Context Protocol (MCP) server for DeployHQ API integration
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<deployhq_email>",
"DEPLOYHQ_API_KEY": "<your-deployhq_api_key>",
"DEPLOYHQ_ACCOUNT": "<deployhq_account>",
"LOG_LEVEL": "<log_level>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"deployhq-mcp-server": {
"command": "npx",
"args": [
"-y",
"deployhq-mcp-server"
],
"env": {
"DEPLOYHQ_EMAIL": "<deployhq_email>",
"DEPLOYHQ_API_KEY": "<your-deployhq_api_key>",
"DEPLOYHQ_ACCOUNT": "<deployhq_account>",
"LOG_LEVEL": "<log_level>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y deployhq-mcp-server§02 Environment variables
DEPLOYHQ_EMAILrequired
Your DeployHQ login email address
DEPLOYHQ_API_KEYrequiredsecret
Your DeployHQ password or API key
DEPLOYHQ_ACCOUNTrequired
Your DeployHQ account name (from URL: https://ACCOUNT.deployhq.com)
LOG_LEVELLog verbosity level (ERROR, INFO, or DEBUG)
§03 MCP Quality Score · methodology
freshness
23
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.