What problem does it solve? Creating a Model Context Protocol server from scratch involves boilerplate, unclear tool design, and uncertain testing steps. This Skill provides ready-made FastMCP templates, a scaffolding script, and a validated CLI workflow so you can go from idea to a working, deployable MCP server without guesswork. ## Core Features & Use Cases - Starter Templates: Three production-shaped templates covering the most common server types: REST API wrapper with auth headers, read-only SQLite database server, and text file processor with resources. - Scaffolding Script: Generate a new server file from any template with a single command, automatically replacing the server name placeholder. - CLI Validation Workflow: Step-by-step guidance for inspecting, listing, and calling tools with the FastMCP CLI before integrating with Claude Code, Cursor, or Hermes. - Use Case: You need to expose your company's internal REST API to an AI assistant. Scaffold the api_wrapper template, implement two or three typed tools, verify them with fastmcp call, then install the server into Claude Code or deploy it over HTTP. ## Quick Start Ask the AI to scaffold a new FastMCP server from the api_wrapper template named after your API and verify it with fastmcp inspect.