🧲
HubSpot
CRM Messaging & SocialInstall Command
npx clawhub@latest install hubspot
Installation Guide
1
Check Environment
Make sure Node.js 22+ and OpenClaw are installed. Run openclaw --version in your terminal to verify.
2
Run Installation
Run the install command above in your terminal. ClawHub will automatically download and install HubSpot to the ~/.openclaw/skills/ directory.
3
Verify Installation
Run openclaw skills list to check your installed skills and confirm HubSpot appears in the list.
4
Configure (Optional)
Follow the configuration instructions in the description below to add skill settings to ~/.config/openclaw/openclaw.json5.
Manual Installation: Copy the Skill folder to
~/.openclaw/skills/ or the skills/ directory in your project root. Make sure the folder contains a SKILL.md file.
Manage contact and company records
Query deal pipelines and stages
Search and update CRM data
Detailed Description
HubSpot MCP Server integrates HubSpot CRM into AI workflows, enabling you to manage customer relationships, track deal progress, and analyze sales data using natural language.
Core Features
- Contact Management: Search, create, and update contact records, view contact activity timelines and associated deals
- Deal Tracking: Query deal counts and amounts at each pipeline stage, track deal progress
- Company Management: Manage company records, view all contacts and deal associations under a company
Configuration
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": ["-y", "@anthropic/mcp-hubspot"],
"env": {
"HUBSPOT_ACCESS_TOKEN": "Your HubSpot private app access token"
}
}
}
}
Use Cases
- Quickly find specific customer contact information and interaction history
- Understand deal distribution across pipeline stages
- Batch update contact properties or add tags
- Analyze customer data to identify high-value prospects