What problem does it solve? Building a Model Context Protocol server from scratch involves repetitive boilerplate: server setup, tool registration, transport configuration, tests, and deployment wiring. This Skill generates a complete, testable MCP server project in seconds so developers can focus on business logic instead of scaffolding. ## Core Features & Use Cases - Multi-language scaffolding: Generate MCP servers in TypeScript or Python with stdio, HTTP, or Cloudflare Workers transports, including example tools, resources, prompts, and passing unit tests. - OpenAPI and curl import: Automatically convert an OpenAPI 3.x spec or a single curl command into MCP tools with generated zod schemas, an HTTP client, and environment-based auth configuration. - Cloudflare Workers deployment: Scaffold an edge-deployable remote MCP server and deploy it with wrangler in one workflow. - Use Case: You have a REST API documented with an OpenAPI spec. Run the generator with --from-openapi and --transport cloudflare to produce an API-backed MCP server, set your API key as a wrangler secret, and deploy it to a public /mcp endpoint usable by Claude Desktop or Cursor. ## Quick Start Ask the AI to scaffold a new TypeScript MCP server from your OpenAPI spec URL and deploy it to Cloudflare Workers.