HubSpot is a leading CRM and marketing platform. This CLI provides access to contacts, companies, deals, tickets, and marketing data so you can automate your sales and marketing workflows from the terminal.
Six months ago, everyone was talking about MCPs. And I was like, screw MCPs. Every MCP would be better as a CLI.
Install the CLI globally using npm:
npm install -g @ktmcp-cli/hubspot # Set up API token
hubspot auth login --access-token YOUR_TOKEN
# Verify connection
hubspot auth status # List all contacts
hubspot contacts list --limit 10
# Create a new contact
hubspot contacts create \
--email user@example.com \
--firstname "John" \
--lastname "Smith"
# Get contact details
hubspot contacts get CONTACT_ID For complete documentation, API reference, and advanced usage examples, visit the GitHub repository. Each CLI includes comprehensive README.md, AGENT.md for AI integration, and OPENCLAW.md for tool definitions.