What problem does it solve? Building a Model Context Protocol server from scratch involves boilerplate, unclear tool design, and manual client registration. This Skill provides ready-made FastMCP templates, a scaffolding script, and CLI workflows so you can go from an idea to a validated, installable MCP server without guesswork. ## Core Features & Use Cases - Starter Templates: Scaffold API wrappers, read-only SQLite database servers, and text-file processors with safe defaults like SELECT-only queries and input validation. - Local Validation Workflow: Inspect, list, and call tools with the FastMCP CLI before integrating with any client, catching naming and serialization issues early. - Client Installation & Deployment: Register servers with Claude Code, Claude Desktop, or Cursor, and prepare repos for HTTP or Prefect Horizon deployment. - Use Case: You need to expose a REST API as MCP tools for Claude Code. Scaffold the api_wrapper template, implement two endpoints, verify with fastmcp call, then run fastmcp install claude-code. ## Quick Start Ask the agent to scaffold a new FastMCP server from the api_wrapper template named after your API and verify it with fastmcp inspect.