hubspot-mcp
MCP server for the HubSpot CRM API with tools for managing contacts, companies, deals, tickets, and CRM workflows. Generated with MCPForge. Sensitive operations can be protected with permissions, audit logs, and approval workflows.
README
HubSpot MCP
MCP server for the HubSpot CRM API, generated with MCPForge.
This MCP server exposes core HubSpot CRM operations as tools that Claude and other MCP-compatible AI agents can call directly — from managing contacts and deals to tracking companies and logging notes.
Live Endpoint
https://www.mcpforge.tech/api/servers/hubspot-mcp-x44l7
No setup required — connect Claude Desktop or any MCP client to this endpoint and start using it immediately.
Usage
Claude Desktop
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"hubspot-mcp": {
"url": "https://www.mcpforge.tech/api/servers/hubspot-mcp-x44l7",
"transport": "http"
}
}
}
Config file location:
- macOS:
~/Library/Application Support/Claude/claude_desktop_config.json - Windows:
%APPDATA%\Claude\claude_desktop_config.json
Cursor
Add to your Cursor MCP settings:
{
"mcpServers": {
"hubspot-mcp": {
"url": "https://www.mcpforge.tech/api/servers/hubspot-mcp-x44l7",
"transport": "http"
}
}
}
Available Tools
12 tools across contacts, deals, companies, and notes:
Contacts
| Tool | Description |
|---|---|
getContact |
Retrieve a contact by ID |
createContact |
Create a new CRM contact |
updateContact |
Update an existing contact's properties |
listContacts |
List contacts with optional filters |
Deals
| Tool | Description |
|---|---|
getDeal |
Retrieve a deal by ID |
createDeal |
Create a new deal in the pipeline |
updateDeal |
Update deal properties or stage |
listDeals |
List deals with optional filters |
Companies
| Tool | Description |
|---|---|
getCompany |
Retrieve a company by ID |
createCompany |
Create a new company record |
listCompanies |
List companies with optional filters |
Notes
| Tool | Description |
|---|---|
createNote |
Log a note against a contact, deal, or company |
Requires Approval ⚠️
These tools permanently delete CRM records and require human approval before execution:
| Tool | Description |
|---|---|
deleteContact |
Permanently delete a contact (approval required) |
deleteDeal |
Permanently delete a deal (approval required) |
Configure approval workflows in your MCPForge dashboard under Governance → Approvals to require human sign-off before these tools execute.
Security Report
Security Score: 80 / 100 · Verified
| Dimension | Result |
|---|---|
| Tool Quality Score | 78 / 100 |
| Standard tools | 12 |
| Approval-required tools | 2 |
| Governance controls | 3 / 5 |
Full report: mcpforge.tech/verified/hubspot-mcp-mqks5v9j
Generated with MCPForge
MCPForge converts any OpenAPI spec into a hosted, governed MCP server in under 60 seconds.
- Verify any MCP server for free at mcpforge.tech/verify
- Browse the verified MCP directory at mcpforge.tech/verified
- Generate your own MCP server at mcpforge.tech
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.