How to Use the Hotjar (Behavior Analytics) MCP in Cursor
Write UI fixes in Cursor using live session recordings and heatmap data from your Hotjar MCP Server.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Hotjar (Behavior Analytics) MCP to Cursor
Create your Vinkius account to connect Hotjar (Behavior Analytics) 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.
Feed real user friction directly into Cursor Agent
The Hotjar (Behavior Analytics) MCP Server brings live behavioral metrics directly to your editor via `list_recordings` and `get_heatmap`. Your agent reads these metrics to understand where users misclick on your live site. Cursor uses this data to write code that actually fixes the layout. It reads the click coordinates from the heatmap, maps them to your local CSS files, and rewrites the broken elements.
Debug drop-offs with live funnel analytics
The Hotjar (Behavior Analytics) MCP Server lets you pull conversion bottlenecks into your editor sidebar using `list_funnels` and `list_sites`. This lets you see the exact conversion rates for each step of your checkout flow. Cursor analyzes these drop-offs and checks your local routing files. It suggests code modifications to remove form fields that cause users to abandon the funnel.
Refactor code based on direct user surveys
The Hotjar (Behavior Analytics) MCP Server lets Cursor fetch user complaints using `list_survey_responses` and `list_feedback`. You inspect qualitative issues alongside your active codebase. The editor matches negative feedback about specific UI elements to your source files. You can immediately refactor the components that users complain about.
Set up Hotjar (Behavior Analytics) 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 Hotjar (Behavior Analytics) 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 Hotjar (Behavior Analytics) transactions." If the MCP tools are loaded correctly, Cursor will call the Hotjar (Behavior Analytics) tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"hotjar-behavior-analytics-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 Hotjar. 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 Hotjar (Behavior Analytics) MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Hotjar (Behavior Analytics) MCP today
We host it, we monitor it, we maintain it. You just paste one token.