From cloudflare
Builds a remote MCP server on Cloudflare Workers with tools, OAuth 2.0 authentication, and production deployment.
How this command is triggered — by the user, by Claude, or both
Slash command
/cloudflare:build-mcp mcp-descriptionThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Build MCP Server on Cloudflare This command helps you build remote Model Context Protocol (MCP) servers on Cloudflare with tools, OAuth authentication, and production deployment. ## Arguments The user invoked this command with: $ARGUMENTS ## Instructions When this command is invoked: 1. Read the skill file at `building-mcp-server-on-cloudflare/SKILL.md` for core guidance 2. Reference `building-mcp-server-on-cloudflare/references/examples.md` for official templates 3. Use `building-mcp-server-on-cloudflare/references/oauth-setup.md` for security and OAuth 4. Consult `building-mcp-ser...
This command helps you build remote Model Context Protocol (MCP) servers on Cloudflare with tools, OAuth authentication, and production deployment.
The user invoked this command with: $ARGUMENTS
When this command is invoked:
building-mcp-server-on-cloudflare/SKILL.md for core guidancebuilding-mcp-server-on-cloudflare/references/examples.md for official templatesbuilding-mcp-server-on-cloudflare/references/oauth-setup.md for security and OAuthbuilding-mcp-server-on-cloudflare/references/troubleshooting.md for common issues/build-mcp a GitHub integration server
/build-mcp database query tool with OAuth
/build-mcp file management MCP server
npx claudepluginhub tifoil/agents-skills-cloudflare4plugins reuse this command
First indexed Jan 1, 2026
/build-mcpScaffolds and deploys a remote MCP server on Cloudflare Workers using McpAgent, with Streamable HTTP, Durable Object storage, and optional OAuth.
/mcp-server-genScaffolds a production-ready Python MCP server exposing tools, resources, and prompts for a given domain, including server.py, settings.json registration, and pytest smoke tests.
/deploy-forged-mcpDeploys a forged MCP server by detecting transport (HTTP/Cloudflare or stdio), building, deploying, smoke-testing with MCP Inspector, and outputting a .claude.json registration snippet.
/create-serverScaffolds a new Model Context Protocol (MCP) server with tools, resources, and prompts, following best practices for validation and error handling.
/mcp-builderBuilds an MCP server using FastMCP, prompting for tools/resources if no server name is provided.
/cc-mcpManages MCP servers for Claude Code: add (filesystem, PostgreSQL, GitHub, Slack, Puppeteer, etc.), remove, list status, test connectivity, troubleshoot issues.