MCP server

HubSpot
MCPOfficial HubSpot MCP. CRM objects in the loop.
HubSpot’s remote MCP. Contacts, deals, and tickets on the portal you authorize.
latest·Proprietary·Updated this quarter·Transport: http
Claude CodeCursorDesktop
ScannedActive
claude_desktop_config.json
{
"mcpServers": {
"hubspot": {
"url": "https://mcp.hubspot.com"
}
}
}By HubSpot
Spec
What the server actually exposes.
search_contacts
readContacts in the portal.
get_deal
readA deal and its associations.
create_ticket
writeOpen a ticket after you confirm.
Guardrails
- OAuth or an API key you provide
- Writes are separate tools
- Scope is the account you connect
hubspot-mcp.mcp/tools
Tools
- read
search_contacts
Contacts in the portal.
- read
get_deal
A deal and its associations.
- write
create_ticket
Open a ticket after you confirm.
Last call
{ "ok": true,
"tool": "search_contacts",
"rows": 12 }Other servers worth installing
Discussion
No notes yet. Be the first hunter to report back.
