Skip to main content
Glama

HubSpot MCP Server

A Model Context Protocol (MCP) server that provides tools for interacting with HubSpot CRM. This server allows you to create, update, delete, and fetch summary records (stored as Note engagements) in HubSpot.

DockerFile

  • docker build -t mcp-hubspot-ts .

  • docker run --env-file .env -it mcp-hubspot-ts

Related MCP server: HubSpot MCP Server

Features

  • Create a summary as a Note engagement in HubSpot

  • Fetch all summary records (Notes) from HubSpot

  • Filter summary records by date

  • Update existing summary records

  • Delete summary records

  • Send summary records via chat or email

Testing with MCP Inspector

To inspect and test your MCP server implementation, you can use the MCP Inspector. For example:

npx @modelcontextprotocol/inspector -e HUBSPOT_ACCESS_TOKEN=your_access_token_here node build/index.js

This will start the MCP Inspector UI on http://localhost:5173. Use the UI to send JSON-RPC requests to your server.

Env

Create a .env file in the project root with your HubSpot credentials:

HUBSPOT_ACCESS_TOKEN=your_access_token_here
SHARED_CONTACT_ID=your_contact_id_here

License

This project is licensed under the MIT License - see the LICENSE file for details.

A
license - permissive license
-
quality - not tested
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    A
    quality
    D
    maintenance
    Enables AI clients to seamlessly take HubSpot actions and interact with HubSpot data, allowing users to create/update CRM records, manage associations, and gain insights through natural language.
    22
    9
    MIT
  • F
    license
    -
    quality
    -
    maintenance
    Enables management of HubSpot CRM entities including contacts, companies, deals, and pipelines through natural language. It provides comprehensive tools for listing, searching, creating, and updating records with support for OAuth 2.0 authentication.
  • A
    license
    B
    quality
    D
    maintenance
    Integrates with HubSpot CRM APIs via the Model Context Protocol, enabling management of contacts, companies, deals, tickets, notes, engagements, workflows, and more through natural language.
    82
    15
    4
    MIT

View all related MCP servers

Related MCP Connectors

  • An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.

  • Streamline your Attio workflows using natural language to search, create, update, and organize com…

  • Cross-session, cross-device memory for your agent: remember and recall notes. No key to start.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/KaranThink41/hubspot_private_app'

If you have feedback or need assistance with the MCP directory API, please join our Discord server