CursorPool
← 返回 MCP 列表
Clerk MCP

Clerk MCP

查询用户、组织与会话,辅助认证集成与排障。

Clerk·230 次安装·1 个月前·官网 ↗
↓ 添加到 Cursor

安装命令

终端
npx -y @clerk/agent-toolkit

在 Cursor 中配置(mcp.json)

{
  "mcpServers": {
    "clerk": {
      "command": "npx",
      "args": [
        "-y",
        "@clerk/agent-toolkit"
      ]
    }
  }
}