Provides read/write access to HubSpot CRM data including contacts, companies, deals, and custom objects. Connects directly to HubSpot's API. Useful for developers building AI agents that need to manage CRM data, automate workflows, or sync information between HubSpot and other systems.
Provides read/write access to HubSpot CRM data including contacts, companies, deals, and custom objects. Connects directly to HubSpot's API. Useful for developers building AI agents that need to manage CRM data, automate workflows, or sync information between HubSpot and other systems.
Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hubspot"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from HubSpot MCP Server?"
API Key Required
This server requires an API key from HubSpot MCP Server. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| HUBSPOT_MCP_SERVER_API_KEY | Yes | Your HubSpot MCP Server API key |
"What resources are available in HubSpot MCP Server?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in HubSpot MCP Server"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in HubSpot MCP Server with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.