About
This skill provides a production-ready framework for adding robust authentication to Model Context Protocol (MCP) servers. It specifically addresses the requirements for deploying MCP servers to Claude.ai by implementing Dynamic Client Registration (DCR) alongside standard OAuth flows. By utilizing Cloudflare Workers, KV namespaces, and Durable Objects, it ensures secure session management, CSRF protection, and easy access to authenticated user metadata (like email and names) directly within your MCP tool handlers, moving beyond insecure static tokens.