HubSpot MCP Server
Provides tools for interacting with HubSpot CRM, enabling AI assistants to manage contacts, companies, and engagement data, including creating, retrieving, and searching across HubSpot records.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@HubSpot MCP ServerWhat's happening lately with my pipeline?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
HubSpot MCP Server
[]
Overview
A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data. This server bridges AI models with your HubSpot account, providing direct access to contacts, companies, and engagement data. Built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
Our implementation prioritizes the most frequently used, high-value HubSpot operations with robust error handling and API stability. Each component is optimized for AI-friendly interactions, ensuring reliable performance even during complex, multi-step CRM workflows.
Related MCP server: HubSpot MCP Server
Why MCP-HubSpot?
Direct CRM Access: Connect Claude and other AI assistants to your HubSpot data without intermediary steps
Context Retention: Vector storage with FAISS enables semantic search across previous interactions
Zero Configuration: Simple Docker deployment with minimal setup
Example Prompts
Create HubSpot contacts and companies from this LinkedIn profile:
[Paste LinkedIn profile text]What's happening lately with my pipeline?Available Tools
The server offers tools for HubSpot management and data retrieval:
Tool | Purpose |
| Create contacts with duplicate prevention |
| Create companies with duplicate prevention |
| Retrieve activity for specific companies |
| Retrieve most recently active companies |
| Retrieve most recently active contacts |
| Retrieve recent conversation threads with messages |
| Semantic search across previously retrieved HubSpot data |
Performance Features
Vector Storage: Utilizes FAISS for efficient semantic search and retrieval
Thread-Level Indexing: Stores each conversation thread individually for precise retrieval
Embedding Caching: Uses SentenceTransformer with automatic caching
Persistent Storage: Data persists between sessions in configurable storage directory
Multi-platform Support: Optimized Docker images for various architectures
Setup
Prerequisites
You'll need a HubSpot access token with these scopes:
crm.objects.contacts (read/write)
crm.objects.companies (read/write)
sales-email-read
Docker Configuration
For manual configuration in Claude desktop:
{
"mcpServers": {
"hubspot": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "HUBSPOT_ACCESS_TOKEN=your_token",
"-v", "/path/to/storage:/storage", # Optional persistent storage
"dennis/mcp-hubspot:latest"
]
}
}
}Building Docker Image
To build the Docker image locally:
git clone https://github.com/dennis19741216/AI-assistant-with-HubSpot-CRM.git
cd mcp-hubspot
docker build -t mcp-hubspot .For multi-platform builds:
docker buildx create --use
docker buildx build --platform linux/amd64,linux/arm64 -t dennis/mcp-hubspot:latest --push .Development
pip install -e .This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceEnables AI models to interact with HubSpot CRM data and operations through a standardized interface, supporting contact and company management.16127MIT
- AlicenseAqualityDmaintenanceA server implementation that enables AI assistants to interact with HubSpot CRM data, allowing for seamless creation and management of contacts and companies, retrieval of activity history, and access to engagement data through natural language commands.818213MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with HubSpot CRM for managing contacts, companies, deals, and sending emails through natural language commands.182MIT
- AlicenseAqualityBmaintenanceExposes HubSpot CRM data and actions as tools for AI agents, enabling contact lookup, company search, contact creation, and activity logging via natural language.4182MIT
Related MCP Connectors
Connect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
Agent-native CRM. 25 tools — contacts, deals, sequences, enrichment waterfall, audit log.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dennis19741216/AI-assistant-with-HubSpot-CRM'
If you have feedback or need assistance with the MCP directory API, please join our Discord server