H
Share:
About
Query CRM objects (contacts, companies, deals, tickets), search by properties, create new records, and log engagements. Ideal for sales-ops assistants, lead-enrichment pipelines, and building "ask my pipeline" tools. Uses a HubSpot Private App access token; scopes are enforced by HubSpot.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about HubSpot MCP.
- What is the primary function of the HubSpot MCP?
- The HubSpot MCP enables programmatic interaction with HubSpot CRM data. It supports querying and creating CRM objects such as contacts, companies, deals, and tickets, as well as logging engagements.
- How do I authenticate with the HubSpot MCP?
- Authentication for the HubSpot MCP is handled via an API key, specifically a HubSpot Private App access token. The scopes defined for the private app will determine access permissions within HubSpot.
- What are typical use cases for the HubSpot MCP?
- This MCP is ideal for sales-ops assistants, lead-enrichment pipelines, and developing 'ask my pipeline' tools. It can automate CRM updates, integrate with other systems, and provide data for reporting.
- Does the HubSpot MCP provide access to all HubSpot features?
- The HubSpot MCP focuses on core CRM object management (contacts, companies, deals, tickets) and engagements. Its capabilities are constrained by the specific APIs it exposes and the scopes of the HubSpot Private App token used for authentication.
- What are the costs associated with using the HubSpot MCP?
- The cost of using the HubSpot MCP depends on your HubSpot subscription and any associated API usage limits. It does not introduce additional licensing fees beyond those of HubSpot itself.
Install HubSpot MCP
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hubspot"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"hubspot": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hubspot"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"hubspot": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hubspot"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.