LogoSTMCP
Download
mcp-hubspot

HubSpot MCP Server

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.

Tools

1. hubspot_create_contact

Create contacts with duplicate prevention.

2. hubspot_create_company

Create companies with duplicate prevention.

3. hubspot_get_company_activity

Retrieve activity for specific companies.

4. hubspot_get_active_companies

Retrieve most recently active companies.

5. hubspot_get_active_contacts

Retrieve most recently active contacts.

6. hubspot_get_recent_conversations

Retrieve recent conversation threads with messages.

7. hubspot_search_data

Semantic search across previously retrieved HubSpot data.

Open Graph image for HubSpot MCP Server

JSON Config

{
  "mcpServers": {
    "hubspot": {
      "command": "docker",
      "args": [
        "run", "-i", "--rm",
        "-e", "HUBSPOT_ACCESS_TOKEN=your_token",
        "-v", "/path/to/storage:/storage",
        "buryhuang/mcp-hubspot:latest"
      ]
    }
  }
}

Useful Links

Information