★ 0 stars
JavaScript
🔒 Security
Updated 1d ago
MCP server for HubSpot CRM. 79 tools across 12 object types (contacts, companies, deals, tickets, plus Commerce Hub: orders, line items, products, quotes, invoices, subscriptions, payments, carts). Includes audited mutations, drift detection, rollback, and per-environment sandbox/production isolation.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-hubspot": {
"command": "npx",
"args": [
"-y",
"phillipswdc/mcp-server-hubspot"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-hubspot npx -y phillipswdc/mcp-server-hubspot
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-hubspot": {
"command": "npx",
"args": [
"-y",
"phillipswdc/mcp-server-hubspot"
]
}
}
}