Clarity
Freeby MCP Community
MCP Server for Microsoft Clarity based on data export API
v2.0.1Added Apr 12, 2026
claritybehavior-analytics-toolsheatmapssession-recordingsinsights
Clarity MCP Server
MCP Server for Microsoft Clarity based on data export API
Installation
Reviews
Installation
Quick install
npx -y @microsoft/clarity-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"clarity": {
"command": "npx",
"args": ["-y", "@microsoft/clarity-mcp-server"]
}
}
}