jezweb / mcp-oauth-cloudflare
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/mcp-oauth-cloudflare && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/3976" && unzip -o skill.zip -d .claude/skills/mcp-oauth-cloudflare && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/mcp-oauth-cloudflare/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Add OAuth authentication to MCP servers on Cloudflare Workers. Uses @cloudflare/workers-oauth-provider with Google OAuth for Claude.ai-compatible authentication. Prevents 9 documented errors including RFC 8707 audience bugs, Claude.ai connection failures, and CSRF vulnerabilities. Use when building MCP servers that need user authentication, implementing Dynamic Client Registration (DCR) for Claude.ai, or replacing static auth tokens with OAuth flows. Includes workarounds for production redirect URI mismatches and re-auth loop issues.