Share:
About
A Model Context Protocol (MCP) server for Hotjar - the user behavior analytics and feedback collection tool. Enables AI assistants to interact with Hotjar surveys through the MCP protocol. Supports both SSE and stdio transports, OAuth client credentials authentication with token caching, and pagination. Tools: getHotjarSurveys, getHotjarSurveyDetails, getHotjarSurveyResponses.
Tools
getHotjarSurveys
Get surveys for a specific Hotjar site. Params: clientId?, clientSecret?, siteId?, cursor?
getHotjarSurveyDetails
Get detailed information for a specific Hotjar survey. Params: clientId?, clientSecret?, siteId?, surveyId
getHotjarSurveyResponses
Get responses for a specific Hotjar survey with pagination. Params: clientId?, clientSecret?, siteId?, surveyId, cursor?
Screenshots
No screenshots yet.
Install Hotjar MCP Server
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.