Clerk
Add authentication, organizations, and billing
Clerk について
Clerk provides authentication, organization management, and billing implementation support for application developers. Its connector brings current SDK snippets, route-protection patterns, B2B organization examples, and framework-specific guidance into assistant coding workflows.
接続情報
https://mcp.clerk.com/mcpトランスポート
Streamable HTTP
認証方式
OAuth
セットアップ
claude mcp add clerk --transport http https://mcp.clerk.com/mcpよくある質問
Clerk のリモート MCP サーバーとは何ですか?
Clerk のリモート MCP サーバーは、https://mcp.clerk.com/mcp にホストされた Model Context Protocol エンドポイントです。AI アシスタントはローカルに何もインストール・実行することなく接続できます。
Clerk の MCP サーバーにはどう接続しますか?
エンドポイント https://mcp.clerk.com/mcp を Claude Code、Cursor、VS Code など任意の MCP 対応クライアントに追加してください。このページのセットアップ手順で各クライアントを一度に設定できます。
Clerk の MCP サーバーは認証が必要ですか?
はい。Clerk は OAuth を使用します。初回接続時に MCP クライアントがブラウザを開いてサインイン・認可を行い、以降はその認証情報を再利用します。
Clerk の MCP サーバーはどのトランスポートを使用しますか?
Clerk は Streamable HTTP エンドポイントを公開しており、これはリモート MCP サーバーで広く使われ、主要な MCP クライアントがサポートするトランスポートです。