Clerk
Clerk is a user management and authentication platform that provides pre-built sign-in, sign-up, and user profile components.
Prerequisites
- A Clerk account
- A Clerk API key from Clerk Dashboard
Connect
conjra add clerkMCP Tools
create_clerk_app
Create a new Clerk application.
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Name for Clerk application |
get_clerk_keys
Retrieve API keys for a Clerk instance.
| Parameter | Type | Required | Description |
|---|---|---|---|
instanceId | string | Yes | Clerk instance ID |
configure_clerk_jwt
Configure JWT template for a Clerk instance.
| Parameter | Type | Required | Description |
|---|---|---|---|
instanceId | string | Yes | Clerk instance ID |
templateName | string | Yes | JWT template name |
claims | object | No | Custom JWT claims |
lifetime | number | No | Token lifetime in seconds (default 60) |