loading…
Search for a command to run...
loading…
MCP server for HubSpot CRM API integration. 14 tools for managing contacts, companies, deals, pipelines, and associations. ## Install via npm ```bash npm instal
MCP server for HubSpot CRM API integration. 14 tools for managing contacts, companies, deals, pipelines, and associations. ## Install via npm ```bash npm install @cloud9-labs/mcp-hubspot Features - Contact management (create, get, update, search, list) - Company management (create, get, search) - Deal management (create, get, update, list) - Pipeline & stage retrieval - Object associations (contact-company, deal-contact, etc.) - Rate limiting & automatic retry on 429
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"run",
"cloud9/hubspot"
]
}
}
}