Howuku Connector for AI agents.
10 live capabilities
Analyze website user behavior and conversion funnels.
Waiting for input…
Why people use Howuku
Howuku for UX Research and User Behavior Analysis
This Connector changes that. Your AI agent can pull all that data into one conversation. You can ask it to find the recordings, check the heatmaps, and summarize the feedback in one go, giving you a clear picture of the user experience instantly.
What Vinkius changes
Your agent does the hunting so you can focus on the strategy.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Finding why users drop off at checkout
Ask your agent to check `list_funnels` and `list_recordings` to see exactly where the flow breaks for customers.
- Real-world use case 02
Summarizing survey results
Have your agent pull all survey data with `list_surveys` and summarize the top 3 complaints from your users.
- Real-world use case 03
Identifying dead buttons
Use `list_heatmaps` to see if people are clicking things that aren't links or are leading to 404s.
Complete set · 10capabilities
The complete Howuku capability set.
These are the exact actions your AI can choose when you ask it to work with Howuku.
01—04
4 capabilities in this set.
Part of 10 available through Howuku.
- 01 Capability
Get me
Gets your current user info to confirm your connection is active. This helps ensure your agent is looking at the right account.
- 02 Capability
Get project
Pulls the specific details for a project you want to analyze. Use this to get the context for a single website.
- 03 Capability
List events
Shows all custom tracking events for a project so you can see specific actions. It helps you track goals like 'add to cart'.
- 04 Capability
List feedback
Lists all visual feedback items submitted by users on your site. This is great for seeing where users are literally pointing at problems.
05—07
3 capabilities in this set.
Part of 10 available through Howuku.
- 05 Capability
List funnels
Shows the conversion funnels you've set up to track user progress. Use this to find where the flow breaks down.
- 06 Capability
List heatmaps
Lists all available heatmaps for a project to see click patterns. It shows you where people are actually looking.
- 07 Capability
List organizations
Shows the different organizations associated with your account. Use this to switch between different company data.
08—10
3 capabilities in this set.
Part of 10 available through Howuku.
- 08 Capability
List projects
Lists all your Howuku projects and websites in one view. This is the first step to finding the right site to analyze.
- 09 Capability
List recordings
Lists all session recordings for a project so you can watch user paths. It lets you see the real human behavior behind the data.
- 10 Capability
List surveys
Lists the surveys active on your projects to gather user input. Use this to pull direct feedback from your audience.
Set up in minutes
One URL. Then ask Howuku to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Howuku from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_n1i042d08CVurALqzFpto5KCWqoYy2iQ9ulhBQSc/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Howuku, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Howuku for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_n1i042d08CVurALqzFpto5KCWqoYy2iQ9ulhBQSc/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Howuku URL.
- Step 03
Save and start
Save the connection and enable Howuku in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"howuku": {
"url": "https://edge.vinkius.com/vk_preview_n1i042d08CVurALqzFpto5KCWqoYy2iQ9ulhBQSc/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Howuku
Open Agent mode in chat and ask: "Using Howuku, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"howuku": {
"url": "https://edge.vinkius.com/vk_preview_n1i042d08CVurALqzFpto5KCWqoYy2iQ9ulhBQSc/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Howuku
Ask Copilot: "Using Howuku, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"howuku": {
"url": "https://edge.vinkius.com/vk_preview_n1i042d08CVurALqzFpto5KCWqoYy2iQ9ulhBQSc/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Howuku
Open Cascade and ask: "Using Howuku, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"howuku": {
"url": "https://edge.vinkius.com/vk_preview_n1i042d08CVurALqzFpto5KCWqoYy2iQ9ulhBQSc/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Howuku
Ask Cline: "Using Howuku, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add howuku --transport http "https://edge.vinkius.com/vk_preview_n1i042d08CVurALqzFpto5KCWqoYy2iQ9ulhBQSc/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Howuku
Ask Claude: "Using Howuku, show me...". 10 tools are ready
Where the request belongs
Work Howuku can move forward.
UX researchers and product managers who are tired of clicking through complex analytics dashboards at 2am to find one specific user pain point.
UX Researcher
Analyzes session recordings to identify navigation hurdles during usability tests.
Product Manager
Monitors conversion funnels to see where users drop off in the signup flow.
Web Analyst
Pulls heatmaps and feedback to justify design changes to stakeholders.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsHotjar
Understand your users with heatmaps, session recordings, and feedback surveys that reveal exactly why visitors leave your site.
Microsoft Clarity
See exactly how users interact with your website through heatmaps, session recordings, and behavioral analytics that reveal UX insights.
Hotjar (Behavior Analytics)
Analyze user behavior via Hotjar. list sites, retrieve survey responses, and manage feedback widgets.
Contentsquare
Manage UX analytics via Contentsquare. track site metrics, list demographic segments, audit URL mappings, and export raw data directly from any AI agent.
Matomo
Open-source web analytics via Matomo. track visits, goals, and user behavior directly from any AI agent.
FullStory
Manage digital experience intelligence, track users, and retrieve session data via AI agents with FullStory.
Bring your own AI
Change the model, client or framework. Keep Howuku connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Howuku.
The practical details behind the request, access and result.
Can I use Howuku MCP to see what my users are doing on my site?
Yes. This Connector allows your AI agent to pull session recordings and heatmaps, giving you a clear view of how people actually navigate and interact with your website.
Does Howuku MCP work with my existing Howuku account?
Yes, it connects directly to your existing Howuku (VWO) data, so you can start analyzing your current projects immediately.
Can my AI agent summarize user surveys for me?
Yes. The agent can pull all survey data from your projects and provide a concise summary of the main themes and user complaints.
How does Howuku MCP help with UX research?
It streamlines the research phase by letting your agent find specific recordings or feedback items based on your questions, saving you from manual searching.
Can I use Howuku MCP to see heatmaps?
Yes. Your AI agent can list and describe the heatmaps available for any of your projects to help you see where clicks are concentrated.
Will Howuku MCP help me improve my conversion rate?
Yes, by identifying the specific friction points in your conversion funnels and showing you the recordings of users getting stuck.
Is this the same as VWO?
Howuku was acquired by VWO. This Connector uses the Howuku API which is now part of the VWO ecosystem.
How do I get my Howuku API Key?
You can find your API key in your Howuku/VWO dashboard under Account Settings > API Keys.
Can I see session recordings?
The list_recordings capability provides metadata and links to view session recordings for your projects.
One connection away
Give your agent a direct line to Howuku.
Connect Howuku once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available