Used by 1 plugin
HubSpot CRM API integration with 100+ tools for contacts, companies, deals, and engagements
Add to your .mcp.json:
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": [
"@shinzolabs/hubspot-mcp"
],
"env": {
"TELEMETRY_ENABLED": "false",
"HUBSPOT_ACCESS_TOKEN": "${env:HUBSPOT_API_KEY}"
}
}
}
}Replace placeholder values for: HUBSPOT_ACCESS_TOKEN
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxTELEMETRY_ENABLED=falseHUBSPOT_ACCESS_TOKEN=${env:HUBSPOT_API_KEY}