H
Hotjar
Query Hotjar recordings and heatmaps.
·No reviews yet
Share:
About
Auto-generated
Hotjar is a Model Context Protocol server in the Analytics & Monitoring category. It lets AI assistants that speak MCP call its tools and read its resources over STDIO.
Example tools
Illustrative tool names — the actual tool set is defined by the server at runtime.
list_resources
Enumerate resources exposed by this MCP
get_resource
Fetch a resource by ID
invoke
Invoke the primary action of this MCP
Screenshots
No screenshots yet.
Frequently Asked Questions
Common questions about Hotjar.
- What is the Hotjar MCP and what does it do?
- The Hotjar MCP facilitates querying Hotjar user recordings and heatmaps. It integrates Hotjar's analytics capabilities into local developer environments, allowing for direct data interaction.
- How do I install the Hotjar MCP with a client like Cline?
- Installation typically involves adding the Hotjar MCP's repository URL to your client's configuration. You would then initialize it via the client's interface to begin using its features.
- Does the Hotjar MCP require an API key to function?
- Yes, the Hotjar MCP requires an API key for authentication. This key is used to secure access to your Hotjar account and data.
- What are the primary capabilities exposed by the Hotjar MCP?
- The Hotjar MCP primarily exposes capabilities for querying user recordings and heatmaps directly. Specific tools depend on implementations, but generally include data retrieval and analysis functions.
- Is there a cost associated with using the Hotjar MCP?
- The Hotjar MCP itself is community-provided and open source via its GitHub repository. However, the underlying Hotjar service may have associated costs depending on your subscription plan.
- What is a known limitation of the Hotjar MCP?
- A realistic limitation is that it relies on the Hotjar API's rate limits and data accessibility. Extensive queries might be throttled or limited by the Hotjar service's policies.
Install Hotjar
Claude Desktop
Add this to claude_desktop_config.json.
{
"mcpServers": {
"hotjar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hotjar"
]
}
}
}Cursor
Add this to ~/.cursor/mcp.json.
{
"mcpServers": {
"hotjar": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hotjar"
]
}
}
}VS Code
Add this to your workspace settings.json.
{
"mcp.servers": {
"hotjar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-hotjar"
]
}
}
}Reviews
Sign in to leave a review.
No reviews yet. Be the first!
Discussion(0)
No comments yet.