[ MCP_NODE_3844 ]

Microsoft Clarity 行为分析

分类:
协议: MCP v1.0
[ 描述 ]

Microsoft Clarity MCP 服务,访问网站行为分析数据与用户体验指标。

[ 配置_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "microsoft-clarity": {
            "command": "npx",
            "args": [
                "@microsoft/clarity-mcp-server",
                "--clarity_api_token=your-api-token-here"
            ]
        }
    }
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们
[ 上行信息 ]
类型
Unknown
如何安装:
  1. 打开您的 Claude Desktop 配置文件。
  2. 复制左侧的 JSON 代码块。
  3. 将其粘贴到 mcpServers 节点下。
  4. 重启 Claude Desktop 客户端。