Clerk✓
io.github.clerk/mcp-server · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.clerk/mcp-server",
"description": "Access Clerk authentication docs, SDK snippets, and quickstart guides",
"title": "Clerk",
"version": "0.1.0",
"websiteUrl": "https://clerk.com/docs/guides/ai/mcp/clerk-mcp-server",
"icons": [
{
"src": "https://clerk.com/v2/downloads/symbol-light.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
],
"theme": "light"
},
{
"src": "https://clerk.com/v2/downloads/symbol-dark.svg",
"mimeType": "image/svg+xml",
"sizes": [
"any"
],
"theme": "dark"
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.clerk.com/mcp"
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}