MCP server

Clerk

MCP

Official Clerk MCP. Docs, snippets, the current SDK.

Clerk’s own remote server. The agent reads the docs and snippets that match today’s SDK — not a 2023 blog.

latest·Proprietary·Updated this quarter·github.com/clerk/javascript·Transport: http

Claude CodeCursorDesktop
ScannedActive

claude_desktop_config.json

{
  "mcpServers": {
    "clerk": {
      "url": "https://mcp.clerk.com/mcp"
    }
  }
}

By Clerk

Spec

What the server actually exposes.

  • search_docs

    read

    Current Clerk docs.

  • sdk_snippet

    read

    A snippet for the SDK you named.

  • quickstart

    read

    The current quickstart for a stack.

Guardrails

  • OAuth or an API key you provide
  • Writes are separate tools
  • Scope is the account you connect

clerk-mcp.mcp/tools

Tools

  • search_docs

    Current Clerk docs.

    read
  • sdk_snippet

    A snippet for the SDK you named.

    read
  • quickstart

    The current quickstart for a stack.

    read

Last call

{ "ok": true,
  "tool": "search_docs",
  "rows": 12 }

Other servers worth installing

Discussion

No notes yet. Be the first hunter to report back.