How to Use the HubSpot MCP in Windsurf
Run complex multi-step sales ops sequences directly in Windsurf using Cascade and this HubSpot MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HubSpot MCP to Windsurf
Create your Vinkius account to connect HubSpot to Windsurf and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Auto-provision HubSpot contacts with Cascade
`create_contact` launches a sequence where Cascade reads inbound lead data from your workspace and immediately writes it to your CRM. The agent doesn't stop there; it automatically uses `get_object_schema` to verify your custom properties so no data gets dropped during the sync. You just tell Cascade to onboard a new batch of signups. It handles the API calls, matches fields, and logs the results in your terminal without requiring you to write a single line of integration code.
Chain pipeline updates using this MCP Server
`list_deals` pulls your active sales pipeline so Cascade can scan for stalled accounts. Once found, the agent runs `get_deal_details` to analyze the history and determines the next best action based on your local files. Cascade then uses `link_crm_objects` to connect the deal to newly discovered stakeholders. This turns your workspace into an active sales command center where your agent updates records based on your actual work context.
Clean dirty CRM records autonomously
`search_contacts` lets Cascade hunt down duplicates and stale leads across your entire database. When it finds abandoned test accounts, it runs `remove_contact` to purge them, keeping your database clean and reducing your billing tier. Your agent coordinates this cleanup by first running `get_contact_details` to verify the lead has no active deals. You get a clean CRM without spending your weekend writing python scripts.
Set up HubSpot MCP in Windsurf
Prerequisites
- Windsurf IDE installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Click the Cascade assistant icon in the sidebar, then click the hammer icon (🔨) at the top of the panel. Select "Configure" to open
~/.codeium/windsurf/mcp_config.json. - 2
Add the HubSpot MCP
Paste the JSON snippet shown on the right into the
mcpServersobject. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Refresh MCPs
Go back to the hammer icon (🔨) in Cascade and click "Refresh". Windsurf will detect the new server. No full restart is needed — the connection is hot-reloaded.
- 4
Verify in Cascade
Start a new Cascade conversation and ask something like "Show my HubSpot payment history." If connected, Cascade will call the HubSpot tools directly. You will see a green dot next to the server name in the MCP panel.
{
"mcpServers": {
"hubspot-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by HubSpot. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about HubSpot MCP in Windsurf
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HubSpot MCP today
We host it, we monitor it, we maintain it. You just paste one token.