Agentic HubSpot CLI + MCP server. 100% public API coverage (1180 endpoints, 55+ command domains). Enterprise safety rails, self-hosted.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"hscli": {
"command": "npx",
"args": [
"-y",
"revfleet/hscli"
]
}
}
}
Run in terminal:
claude mcp add hscli npx -y revfleet/hscli
Add to .cursor/mcp.json:
{
"mcpServers": {
"hscli": {
"command": "npx",
"args": [
"-y",
"revfleet/hscli"
]
}
}
}