- Explore MCP Servers
- Hubspot-MCP
Hubspot Mcp
What is Hubspot Mcp
Hubspot-MCP is a tool designed to streamline the integration of existing MCP servers into a Hubspot database, facilitating efficient data management and interaction between the two systems.
Use cases
Use cases for Hubspot-MCP include creating and managing company data in Hubspot, automating data synchronization between MCP servers and Hubspot, and leveraging AI services for enhanced data processing and insights.
How to use
To use Hubspot-MCP, first create a Hubspot account and set up a private app with the necessary permissions. Then, download Cursor, set up the project folder, and configure the MCP server with your Hubspot access token. Finally, you can check the access token’s validity and input test data to ensure the integration works correctly.
Key features
Key features of Hubspot-MCP include the ability to read and write data to Hubspot’s CRM objects, seamless integration with existing MCP servers, and the use of Cursor for managing the project setup and execution.
Where to use
Hubspot-MCP can be used in various fields such as customer relationship management, marketing automation, and data analytics, particularly for businesses looking to enhance their data integration processes.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Hubspot Mcp
Hubspot-MCP is a tool designed to streamline the integration of existing MCP servers into a Hubspot database, facilitating efficient data management and interaction between the two systems.
Use cases
Use cases for Hubspot-MCP include creating and managing company data in Hubspot, automating data synchronization between MCP servers and Hubspot, and leveraging AI services for enhanced data processing and insights.
How to use
To use Hubspot-MCP, first create a Hubspot account and set up a private app with the necessary permissions. Then, download Cursor, set up the project folder, and configure the MCP server with your Hubspot access token. Finally, you can check the access token’s validity and input test data to ensure the integration works correctly.
Key features
Key features of Hubspot-MCP include the ability to read and write data to Hubspot’s CRM objects, seamless integration with existing MCP servers, and the use of Cursor for managing the project setup and execution.
Where to use
Hubspot-MCP can be used in various fields such as customer relationship management, marketing automation, and data analytics, particularly for businesses looking to enhance their data integration processes.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Hubspot-MCP 🤖
Documentation for Streamlining the process of Integrating existing MCP server into a Hubspot Database
Pre-requisites
- Hubspot access token containing required read/write permissions on a private app.
- Cursor Application to access the MCP server and talk with LLM.
Setting up Hubspot
- Go to Hubspot and make an account.
- In Hubspot, Open
Settings > Integrations > Create private app. - Provide the Basic Information of the private app.
- In scopes, click
Add new scopemake sure the following are selected:
crm.objects.contacts(read and write)crm.objects.companies(read and write)
- After the scopes are added, click
Create app. - Again open
Private appsand view access token. Save it in a secure place. We will use it in the MCP Integration.
Setting up Cursor
- Download Cursor and setup the project folder.
- Go to
settings > MCP > add new global MCP Server - Paste the following in it, and make sure to include your
Hubspot Access token:
{ "mcpServers": { "hubspot": { "command": "docker", "args": [ "run", "-i", "--rm", "buryhuang/mcp-hubspot:latest", "--access-token", "<Your Access Token here>" ] } } }
Access Check
We can use the below prompts to check if everything went well or failed.
Check the Access Token Validity
Test if the current access token is valid by making a minimal authenticated request to the HubSpot MCP Server.
Input Test Data to check
Create a Company with the following data: name: Nimbus Technologies description: Cloud infrastructure & AI services ☁️🤖 domain: nimbustech.ai phone: +1-800-555-0199 website: https://www.nimbustech.ai address: 123 Innovation Way city: San Francisco state: CA zip: 94107 country: USA industry: INFORMATION_TECHNOLOGY_AND_SERVICES type: PROSPECT numberofemployees: 4200 annualrevenue: 125000000
Reflected Values in Hubspot database:

Credits
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










