CRM
Verified
Trust: 51/100 (Fair)HubSpot MCP Guide
Connect AI agents to HubSpot CRM. Manage contacts, companies, deals, and marketing campaigns programmatically.
189 stars 5,600 downloadsby HubSpot
Quick Start
Install
npx @mcp/hubspotClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"hubspot-mcp": {
"command": "npx",
"args": [
"@mcp/hubspot"
]
}
}
}What HubSpot MCP Can Do
manage_contacts
Create and update contacts
manage_deals
Track and update deals
Permissions Required
HubSpot MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
hubspot.read | Read HubSpot data | low |
hubspot.write | Write HubSpot data | medium |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Partial |