A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing direct access to contacts, companies, and engagement data with built-in vector storage and caching mechanisms.
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.
{
"mcpServers": {
"hubspot": {
"command": "docker",
"args": [
"run", "-i", "--rm",
"-e", "HUBSPOT_ACCESS_TOKEN=your_token",
"-v", "/path/to/storage:/storage",
"buryhuang/mcp-hubspot:latest"
]
}
}
}