What problem does it solve? Writing an MCP server from scratch involves boilerplate, unclear tool design, and uncertain validation steps. This Skill provides ready-made FastMCP server templates, a scaffolding script, and a tested CLI workflow so you can go from idea to a validated, installable 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 inspection server. - Scaffolding Script: scripts/scaffold_fastmcp.py copies a template and replaces the server name placeholder in one command. - CLI Validation Workflow: Step-by-step guidance for fastmcp inspect, fastmcp list, and fastmcp call to smoke-test every tool before integration, plus install commands for Claude Code, Claude Desktop, and Cursor. - Use Case: You need to expose your company's ticketing API to an AI agent. Scaffold the API wrapper template, implement two typed tools, validate them with fastmcp call, then install the server into your MCP client or deploy it as an HTTP endpoint. ## Quick Start Ask the agent to scaffold a new FastMCP server from the api_wrapper template named after your API and validate it with the FastMCP CLI.