Complete user management and authentication
Add authentication and user management to your app with Clerk. Beautiful UI components, social logins, and enterprise SSO.
{
"mcpServers": {
"clerk": {
"env": {
"CLERK_SECRET_KEY": "sk_test_...",
"CLERK_PUBLISHABLE_KEY": "pk_test_..."
},
"args": [
"-y",
"@clerk/mcp-server"
],
"command": "npx"
}
}
}CLERK_SECRET_KEYsk_test_...CLERK_PUBLISHABLE_KEYpk_test_...