How to Use the HubSpot MCP in VS Code Copilot
Give your whole team access to HubSpot. Standardize CRM automation in VS Code with a shared Copilot config.
Works with every AI agent you already use
…and any MCP-compatible client
Connect HubSpot MCP to VS Code Copilot
Create your Vinkius account to connect HubSpot to VS Code Copilot and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Team-Wide HubSpot Tools
Drop the `mcp.json` config in your repo's `.vscode` directory, and every developer on your team instantly gets the same set of HubSpot tools in Copilot. No more "it works on my machine" issues with custom scripts. Everyone is on the same page. Your agent can now run `list_companies`, `list_contacts`, and `list_deals` for anyone who pulls the repo. It's the right way to manage team-based access to your CRM data for development and testing.
Build and Test with Live Data
When you're writing code that interacts with HubSpot, you need real data. Ask Copilot's agent to `get_deal_details` or `get_contact_details` for an existing record. You get the real object structure, not a stale example from the docs. You can even manage your test data from the editor. Use `create_contact` to add a new record, `link_crm_objects` to connect it to a deal, and `remove_contact` to clean up afterwards. This makes for a much tighter development cycle.
Enterprise-Ready HubSpot MCP Server
This isn't some rogue script. It's a managed MCP server that gives Copilot a secure, standardized way to talk to HubSpot. Your agent can even inspect the CRM's structure by calling `get_object_schema` to see what custom fields are available. Need to know who owns a certain record? Use `list_hubspot_users`. The tools provide a controlled, auditable window into your CRM, right from the editor your team already uses.
Set up HubSpot MCP in VS Code Copilot
Prerequisites
- VS Code 1.99 or later with GitHub Copilot extension
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP configuration
Open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and run "MCP: Add Server". Select HTTP (Streamable) as the server type. VS Code will create.vscode/mcp.jsonin your workspace. - 2
Add the HubSpot MCP
Paste the JSON snippet shown on the right into your
.vscode/mcp.json. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Switch to Agent mode
Open Copilot Chat (
Cmd+Shift+I/Ctrl+Shift+I) and switch to Agent mode using the dropdown. MCP tools are only available in Agent mode — they do not appear in Edit or Ask modes. - 4
Verify the connection
In the Copilot Chat input, type
#to list available tools. You should see the HubSpot tools listed. Try asking: "List my recent HubSpot transactions" and Copilot will invoke them automatically.
{
"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 VS Code Copilot
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.