Discover and explore Model Context Protocol servers. Find the right integrations for your AI apps and agents.
Loading...
A Model Context Protocol (MCP) server for accessing Microsoft Clarity analytics data through the Clarity Data Export API, compatible with Claude for Desktop and other MCP clients.
Add this to your MCP client configuration:
{
"mcpServers": {
"microsoft-clarity-mcp-server": {
"command": "npx",
"args": [
"@microsoft/clarity-mcp-server",
"--clarity_api_token",
"your-api-token-here"
]
}
}
}{
"id": "microsoft-clarity-mcp-server",
"name": "Microsoft Clarity",
"description": "A Model Context Protocol (MCP) server for accessing Microsoft Clarity analytics data through the Clarity Data Export API, compatible with Claude for Desktop and other MCP clients.",
"source_url": "https://github.com/microsoft/clarity-mcp-server",
"publisher_name": "microsoft",
"publisher_url": "https://github.com/microsoft",
"is_official": true,
"license": "",
"runtime": "node",
"downloads": 11870,
"requires_oauth": false,
"distribution": {
"type": "npm",
"package": "@microsoft/clarity-mcp-server"
},
"tools_count": 1
}