hubspot-mcp
MCP server for HubSpot CRM — 33 tools covering contacts, companies, deals, pipelines, lists, marketing emails, forms, workflows, and properties.
README
hubspot-marketing-mcp
MCP server for HubSpot CRM — 33 tools covering contacts, companies, deals, pipelines, lists, marketing emails, forms, workflows, and properties.
Tools
Contacts (6)
| Tool | Description |
|---|---|
hs_search_contacts |
Full-text search across contacts |
hs_get_contact |
Get a contact by ID with associations |
hs_contact_by_email |
Look up contacts by exact email |
hs_recent_contacts |
Most recently created contacts, filterable by lifecycle stage |
hs_create_contact |
Create a new contact |
hs_update_contact |
Update properties on an existing contact |
Companies (3)
| Tool | Description |
|---|---|
hs_search_companies |
Full-text search across companies |
hs_get_company |
Get a company by ID with associations |
hs_list_company_contacts |
List contacts associated with a company |
Deals (4)
| Tool | Description |
|---|---|
hs_search_deals |
Full-text search across deals |
hs_get_deal |
Get a deal by ID with amount, stage, and associations |
hs_deals_by_stage |
List deals in a specific pipeline stage |
hs_recent_deals |
Most recently created deals, with optional open-only filter |
Pipelines (2)
| Tool | Description |
|---|---|
hs_list_pipelines |
List all pipelines with stage IDs |
hs_pipeline_summary |
Deal counts and total amounts by stage — funnel snapshot |
Lists (3)
| Tool | Description |
|---|---|
hs_list_lists |
List all contact lists (static and active) |
hs_get_list |
Get list metadata including member count |
hs_list_members |
Get contacts in a list |
Marketing Emails (3)
| Tool | Description |
|---|---|
hs_list_email_campaigns |
List marketing email campaigns |
hs_get_email_campaign_stats |
Opens, clicks, bounces, unsubscribes for an email |
hs_list_marketing_emails |
List emails filtered by state (DRAFT, SCHEDULED, PUBLISHED, ARCHIVED) |
Forms (3)
| Tool | Description |
|---|---|
hs_list_forms |
List all HubSpot forms |
hs_get_form |
Get full form definition including fields |
hs_form_submissions |
Get recent form submissions with field values |
Workflows (2)
| Tool | Description |
|---|---|
hs_list_workflows |
List all automation workflows |
hs_get_workflow |
Get full workflow details including triggers and actions |
Properties (2)
| Tool | Description |
|---|---|
hs_list_properties |
List all CRM properties for an object type |
hs_get_property |
Get full property definition including enum options |
Owners (1)
| Tool | Description |
|---|---|
hs_list_owners |
List HubSpot users that can be assigned to CRM records |
Power / Escape Hatch (1)
| Tool | Description |
|---|---|
hs_crm_search |
Structured CRM search with custom filters against any object type |
Setup
1. Get a HubSpot Private App access token
- In HubSpot, go to Settings → Integrations → Private Apps
- Create a new private app
- Grant scopes:
crm.objects.contacts.read,crm.objects.companies.read,crm.objects.deals.read,crm.lists.read,automation,forms,marketing-email - Copy the access token
2. Configure Claude Desktop
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": ["-y", "hubspot-marketing-mcp"],
"env": {
"HUBSPOT_ACCESS_TOKEN": "pat-na1-xxxxxxxxxxxx"
}
}
}
}
2a. Configure Claude Code (CLI)
claude mcp add hubspot -e HUBSPOT_ACCESS_TOKEN=pat-na1-xxxxxxxxxxxx -- npx -y hubspot-marketing-mcp
Environment variables
| Variable | Required | Description |
|---|---|---|
HUBSPOT_ACCESS_TOKEN |
Yes | HubSpot Private App access token (pat-na1-...) |
License
MIT
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.