A Model Context Protocol (MCP) server that enables AI assistants to interact with HubSpot CRM data, providing built-in vector storage and caching mechanisms help overcome HubSpot API limitations while improving response times.
crmhubspotsalesmarketingdata-integrationvector-storagefaissmcpcloud
Installation & Configuration
{
"mcpServers": {
"hubspot": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"HUBSPOT_ACCESS_TOKEN=your_token",
"-v",
"/path/to/storage:/storage",
"buryhuang/mcp-hubspot:latest"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13