home / mcp / microsoft clarity mcp server

Microsoft Clarity MCP Server

Provides MCP access to Microsoft Clarity analytics, session recordings, and documentation via MCP clients.

Installation
Add the following to your MCP client configuration file.

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"
      }
    }
  }
}