Back to directory
baryhuang/mcp-hubspot

baryhuang/mcp-hubspot

@baryhuang1286059

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
2024/12/27
Updated
2025/11/11