Back to skills

build-mcp

infrastructure

Guides you through building a remote MCP server on Cloudflare Workers. Covers tool definition, OAuth 2.0 authentication, and deploying to production. Works with Claude and other MCP clients. Setting u

Setup & Installation

npx skills add https://github.com/cloudflare/build-mcp --skill build-mcp
or paste the link and ask your coding assistant to install it
https://github.com/cloudflare/build-mcp
View on GitHub

What This Skill Does

Guides you through building a remote MCP server on Cloudflare Workers. Covers tool definition, OAuth 2.0 authentication, and deploying to production. Works with Claude and other MCP clients. Setting up OAuth, Workers routing, and MCP protocol wiring by hand requires reading scattered docs across multiple sources; this skill consolidates the patterns into one guided workflow.

When to use it

  • Working with build mcp functionality
  • Implementing build mcp features
  • Debugging build mcp related issues