home / mcp / microsoft clarity mcp server
Provides MCP access to Microsoft Clarity analytics, session recordings, and documentation via MCP clients.
Configuration
View docs{
"mcpServers": {
"microsoft-clarity-mcp-server": {
"command": "npx",
"args": [
"@microsoft/clarity-mcp-server",
"--clarity_api_token=your-token-here"
],
"env": {
"CLARITY_API_TOKEN": "YOUR_TOKEN"
}
}
}
}