HubSpot MCP Server

HubSpot MCP server by CData for querying live HubSpot CRM data from AI agents, including contacts, companies, deals, and engagement records.

Remote serverstreamable-http

What is the HubSpot MCP server?

The hubspot mcp server lets Claude, Cursor and other MCP clients work with HubSpot directly. HubSpot MCP server by CData for querying live HubSpot CRM data from AI agents, including contacts, companies, deals, and engagement records.

What HubSpot does

:heavy_exclamation_mark: This project builds a local, read-only MCP server. For fully remote MCP access, check out the first managed MCP platform: CData Connect AI. For locally hosted, full read, write, update, delete, and action capabilities and a simplified setup, check out our CData MCP Server for HubSpot. ## Purpose We created this read-only MCP Server to allow LLMs (like Claude Desktop) to query live data HubSpot supported by the CData JDBC Driver for HubSpot.

Tools it exposes

Once connected, the assistant can call these 3 tools directly:

  • hubspot_get_tables — The hubspot_get_tables tool exposed by this server
  • hubspot_get_columns — The hubspot_get_columns tool exposed by this server
  • hubspot_run_query — The hubspot_run_query tool exposed by this server

Installing the hubspot mcp server

Setup follows the standard MCP pattern: clone or install the server, then register it in your client's configuration file and restart the client. The configuration snippets on this page cover Claude Desktop, Claude Code and Cursor.

Good to know

  • This is a hosted server — you point your client at an endpoint rather than running a local process.
  • Every MCP client asks for confirmation before a tool call by default — keep that on while you learn what the hubspot mcp server does with your data.
  • Listed here as part of the SyncDev MCP directory; each entry is reviewed before it goes live.

Available tools

ToolWhat it does
hubspot_get_tablesThe hubspot_get_tables tool exposed by this server.
hubspot_get_columnsThe hubspot_get_columns tool exposed by this server.
hubspot_run_queryThe hubspot_run_query tool exposed by this server.

How to install the HubSpot MCP server

**Linux/Mac**
      ```json
      {
        "mcpServers": {
          "{classname_dash}": {
            "command": "/PATH/TO/java",
            "args": [
              "-jar",
              "/PATH/TO/CDataMCP-jar-with-dependencies.jar",
              "/PATH/TO/hubspot.prp"
            ]
          },
          ...
        }
      }

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use HubSpot to hubspot get tables.
  • Use HubSpot to hubspot get columns.
  • Use HubSpot to hubspot run query.

Frequently asked questions

It connects HubSpot to MCP-compatible AI assistants such as Claude and Cursor, exposing 3 tools (hubspot_get_tables, hubspot_get_columns, hubspot_run_query) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with HubSpot directly.