HubSpot
OfficialbyHubSpot
Two servers: CRM data (remote) and Developer Platform (local CLI).
API Key Required
Configuration
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hubspot"
],
"env": {
"HUBSPOT_API_KEY": "your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.