About
Overview
The HubSpot MCP Server enables AI agents to interact with HubSpot's CRM and marketing platform. It provides tools for managing contacts, companies, deals, and tickets, as well as marketing features like email campaigns and form submissions. Essential for sales and marketing automation.
Capabilities
Tools & Capabilities
⚡search_contacts
Search CRM contacts
⚡create_contact
Create a new contact
⚡update_contact
Update contact properties
⚡list_deals
List deals in the pipeline
⚡create_deal
Create a new deal
⚡list_companies
List companies in the CRM
Setup
Installation
bash
Install
npx -y mcp-server-hubspotExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": ["-y", "mcp-server-hubspot"],
"env": {
"HUBSPOT_ACCESS_TOKEN": "your-access-token"
}
}
}
}Quick Info
Authorcommunity
LanguageTypeScript
StatusStable
Stars★ 110
Last UpdatedFeb 12, 2026