How to Use the HubSpot Marketing Hub MCP in Cursor
Stop mocking data. Inject live HubSpot Marketing Hub assets directly into your code with Cursor.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HubSpot Marketing Hub MCP to Cursor
Create your Vinkius account to connect HubSpot Marketing Hub to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Build with real HubSpot data
You're building a new marketing dashboard. Instead of hardcoding examples, tell your agent in Cursor to 'list all marketing campaigns'. It will use `hs_list_campaigns` to pull your actual campaigns from HubSpot. Cursor's agent will then write the code to display that data. You go from an empty file to a working component populated with live information in one step. It's the same for contact lists with `hs_list_contact_lists` or emails with `hs_list_marketing_emails`.
Test lead capture with actual submissions
Writing a script to process new leads? You need real data to test it properly. Use the agent to run `hs_list_forms` to find the correct form, then call `hs_form_submissions` to get a JSON payload of recent submissions. Your agent can drop this live data directly into a test file. This lets you validate your parsing and processing logic against the exact data structure HubSpot sends, catching errors before they go live. This MCP server makes integration testing much faster.
Explore HubSpot APIs from your editor
Sometimes you just need to know what's in HubSpot without opening another app. This MCP Server turns Cursor into a direct line to your marketing assets. You can quickly check landing page URLs or see which emails are in draft. Just ask the agent, 'what are our landing pages?', and it uses `hs_list_landing_pages` to give you a list. It’s a simple way to get context on your marketing assets while you're coding, keeping you in the zone.
Set up HubSpot Marketing Hub MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the HubSpot Marketing Hub MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent HubSpot Marketing Hub transactions." If the MCP tools are loaded correctly, Cursor will call the HubSpot Marketing Hub tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"hubspot-marketing-hub-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 Marketing Hub MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the HubSpot Marketing Hub MCP today
We host it, we monitor it, we maintain it. You just paste one token.