Clerk
workers-mcp-clerk
Talk to a Cloudflare Worker from Claude Desktop proxying Clerk protected API Routes or server actions.
How it works
For every application that uses Clerk for authentication, you can create a Cloudflare Worker that acts as an MPC Server and impersonates a Clerk user.
How to use
- Deploy and install the Cloudflare MCP server to Claude Desktop using the instructions here.
- Open Claude Desktop and type "Say hello to hello@mysite.com"
- For demo purposes, the Cloudflare Worker will impersonate the Clerk user, return with a greeting and a user JWT. In a real scenario, the JWT will be used to request Clerk protected API Route or server actions.