Hubspot Mcp Server

by DidelotK

264 downloads
Not rated
GitHub

About

MCP server for integrating HubSpot with Claude Desktop and other MCP clients. Provides access to HubSpot contacts, companies, and deals through conversational tools.

Details

Author
DidelotK
Downloads
264
Categories
Search

- List and filter HubSpot contacts.
- List and filter HubSpot companies.
- List and filter HubSpot deals.
- Create new deals in HubSpot.
- Search for a deal by exact name.
- Retrieve contact, company, and deal field properties.

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Hubspot Mcp Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install by cloning the repository and running uv sync. Configure by setting the HUBSPOT_API_KEY environment variable. Start the server with uv run python main.py --mode stdio. Then configure Claude Desktop or another MCP client using the integration guide.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "hubspot mcp server": {
            "hubspot": {
                "command": "uv",
                "args": [
                    "run",
                    "python",
                    "/path/to/your/project/main.py",
                    "--mode",
                    "stdio"
                ],
                "env": {
                    "HUBSPOT_API_KEY": "your_hubspot_api_key"
                }
            }
        }
    }
}

McpServers

{
    "hubspot": {
        "command": "uv",
        "args": [
            "run",
            "python",
            "/path/to/your/project/main.py",
            "--mode",
            "stdio"
        ],
        "env": {
            "HUBSPOT_API_KEY": "your_hubspot_api_key"
        }
    }
}

HubSpot MCP Server

MCP (Model Context Protocol) server for integrating HubSpot with Claude Desktop and other MCP clients. Provides access to HubSpot contacts, companies, and deals through conversational tools.

🚀 Quick Start

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.