ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use HubSpot with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Grow better with an integrated CRM that unifies marketing, sales, service, and operations in one powerful platform.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 12 capabilities

The complete HubSpot capability set.

These are the exact actions your AI can choose when you ask it to work with HubSpot.

Capability set01 / 03

01-04

4 capabilities in this set.

Part of 12 available through HubSpot.

  1. 01

    Search hubspot contacts

    Find contacts

  2. 02

    List hubspot deals

    List sales deals

  3. 03

    Remove hubspot contact

    Delete contact

  4. 04

    Get hubspot company info

    Get company details

Capability set02 / 03

05-08

4 capabilities in this set.

Part of 12 available through HubSpot.

  1. 05

    List hubspot companies

    List CRM companies

  2. 06

    List hubspot contacts

    List CRM contacts

  3. 07

    List hubspot users

    List record owners

  4. 08

    Create hubspot contact

    Add new contact

Capability set03 / 03

09-12

4 capabilities in this set.

Part of 12 available through HubSpot.

  1. 09

    Get hubspot contact details

    Get contact info

  2. 10

    Get hubspot deal details

    Get deal info

  3. 11

    Get hubspot object schema

    List fields

  4. 12

    Link hubspot CRM objects

    G. Contact to Company). Create association

Observed, not estimated

938ms average. Fast in production.

HubSpot is checked daily against the live service.

Daily averagePeak 1094ms
Aug 20Today
Fastest day
738ms
Slowest day
1094ms
14-day trend
Slowing+11%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 12 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of HubSpot, so you can see the experience inside your AI.

It does not authenticate your account with HubSpot. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

HubSpot Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_vSrdTRzZBErQPnMn4v0MxO89aHYHXt63cRk0554I/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — HubSpot capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "hubspot-alternative-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_vSrdTRzZBErQPnMn4v0MxO89aHYHXt63cRk0554I/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions HubSpot owners ask.

  • 01

    Can I search for contacts using specific filters?

    Yes. The search_hubspot_contacts capability accepts a JSON array of HubSpot filters. Example: [{"propertyName":"email","operator":"CONTAINS_TOKEN","value":"@company.com"}]. This uses HubSpot's native search API to find contacts matching property values, date ranges, or engagement criteria. Use get_hubspot_object_schema with 'contacts' to discover all searchable properties.

  • 02

    Can I link contacts to companies and deals?

    Yes. Use link_hubspot_crm_objects with the source object type and ID, target object type and ID, and the association type name. Example: link a contact to a company with fromType='contacts', fromId='123', toType='companies', toId='456', associationType='contact_to_company'. This creates bidirectional CRM relationships.

  • 03

    What type of HubSpot credential do I need?

    You need a Private App Access Token from your HubSpot account. This is different from OAuth tokens. it provides direct API access scoped to the permissions you select when creating the Private App. The token is sent as a Bearer token in the Authorization header against api.hubapi.com.