HubSpot MCP
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Integrations
Provides a standardized interface for accessing and managing HubSpot CRM data, including operations for companies, contacts, deals, tickets, and other CRM objects. Supports advanced association management, batch operations, search functionality, and property validation for efficient CRM data management.
Leverages Zod for type-safe parameter validation across all HubSpot API operations, ensuring data integrity when working with CRM objects and their properties.
HubSpot MCP
A Model Context Protocol (MCP) implementation for the HubSpot API, providing a standardized interface for accessing and managing CRM data.
Features
- Complete coverage of the HubSpot CRM API
- Support for all standard CRM objects (companies, contacts, deals, etc.)
- Advanced association management with CRM Associations v4
- Company-specific endpoints with property validation
- Batch operations for efficient data management
- Advanced search and filtering capabilities
- Type-safe parameter validation with Zod
Installation
If you don't have an API key, follow the steps here to obtain an access token.
NPX (Recommended)
Add the following to your claude_desktop_config.json
:
Manual Download
- Download the repo:
- Install packages (inside cloned repo):
- Add the following to your
claude_desktop_config.json
:
Smithery
To install for Claude Desktop automatically via Smithery:
Supported Endpoints
CRM Object Operations
Basic Operations
crm_list_objects
: List CRM objects with optional filtering and paginationcrm_get_object
: Get a single CRM object by IDcrm_create_object
: Create a new CRM objectcrm_update_object
: Update an existing CRM objectcrm_delete_object
: Delete a CRM object
Search and Batch Operations
crm_search_objects
: Search CRM objects using advanced filterscrm_batch_create_objects
: Create multiple objects in a single requestcrm_batch_update_objects
: Update multiple objects in a single requestcrm_batch_delete_objects
: Delete multiple objects in a single request
CRM Associations v4
Association Management
crm_list_association_types
: List available association types between object typescrm_get_associations
: Get all associations between objectscrm_create_association
: Create an association between two objectscrm_delete_association
: Delete an association between two objects
Batch Association Operations
crm_batch_create_associations
: Create multiple associations in a single requestcrm_batch_delete_associations
: Delete multiple associations in a single request
Company Operations
Basic Company Operations
crm_create_company
: Create a new company with validated propertiescrm_update_company
: Update an existing companycrm_get_company
: Get a single company by IDcrm_search_companies
: Search companies with specific filters
Batch Company Operations
crm_batch_create_companies
: Create multiple companies in a single requestcrm_batch_update_companies
: Update multiple companies in a single request
Company Property Management
crm_get_company_properties
: Get all available company propertiescrm_create_company_property
: Create a new company property
Contact Operations
Basic Contact Operations
crm_create_contact
: Create a new contact with validated properties (email, name, phone, etc.)crm_update_contact
: Update an existing contact's informationcrm_get_contact
: Get a single contact by ID with optional properties and associationscrm_search_contacts
: Search contacts with specific filters
Batch Contact Operations
crm_batch_create_contacts
: Create multiple contacts in a single requestcrm_batch_update_contacts
: Update multiple contacts in a single request
Contact Property Management
crm_get_contact_properties
: Get all available contact propertiescrm_create_contact_property
: Create a new contact property
Supported Object Types
- Companies
- Contacts
- Deals
- Tickets
- Products
- Line Items
- Quotes
- Custom Objects
Contributing
Contributions are welcomed and encouraged. Contact austin@shinzolabs.com with any questions, comments or concerns.
You must be authenticated.
Access and manage your CRM data seamlessly with 100+ tools in our HubSpot MCP implementation including manipulation of Contacts, Companies, and Associations.