home / mcp / microsoft clarity mcp server

Microsoft Clarity MCP Server

A Model Context Protocol (MCP) server for Microsoft Clarity

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