User authentication for modern apps. Drop-in UI, session management, and webhooks.
npx -y @clerk/mcp-server-clerk
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"clerk": {
"command": "npx",
"args": ["-y", "@clerk/mcp-server-clerk"]
}
}
}
```
authenticate_userverify_tokenmanage_sessionscheck_permissionsaudit_accessUser authentication for modern apps. Drop-in UI, session management, and webhooks.
Language: TypeScript
Category: Security