@hubspot/mcp-server
Enable your agent to see and interact with data in HubSpot
The HubSpot MCP Server is a beta implementation of the Model Context Protocol (MCP) designed to integrate HubSpot data with AI agents. It acts as a secure gateway, allowing authorized Large Language Models (LLMs) and applications to connect to a specific HubSpot account.
What it does:
- Enables AI agents (like Cursor and Claude Desktop) to access and interact with your HubSpot CRM data.
- Allows fetching real-time data (contacts, companies, deals) and triggering predefined actions within HubSpot.
- Facilitates generating reports, understanding data structures, and combining HubSpot data with other MCP-connected tools.
How to use:
- Installation: The server is available as an NPM package. You'll need Node.js installed.
- Configuration: Requires editing a JSON file and creating a HubSpot Private App with appropriate scopes to control data access.
- Execution: Run the server via a command-line interface (likely
npx @hubspot/mcp-server).
Key Features:
- Securely connects AI agents to HubSpot.
- Provides context from HubSpot data to LLMs.
- Supports streamlining development, gaining insights, creating/updating CRM records, managing CRM associations, and adding engagements.
- Primarily aimed at developers and technical teams building custom AI applications or integrations.
Recommend MCP Servers 💡
AdLibML/mcpserver
A simple MCP server project providing math, weather, and Brave search services via FastAPI and Docker deployment.
rocketreach-mcp-server
A Model Context Protocol (MCP) server that integrates with the RocketReach API to provide email finding, phone number finding, and company enrichment capabilities.
huggingface-mcp-server
Hugging Face MCP Server for accessing its ecosystem of Models, Datasets, Research Papers and AI tools via MCP
@mzxrai/mcp-openai
Chat with OpenAI models from Claude Desktop
oatpp-mcp
An implementation of Anthropic’s Model Context Protocol for the Oat++ C++ web framework, enabling automatic tool generation from API controllers for LLM interaction.
project-mem-mcp
An MCP server for AI agents to store and retrieve project information persistently via a memory file.