What problem does it solve? Building an MCP server from scratch involves boilerplate, unclear tool design, and manual validation before clients like Claude Code or Cursor can use it. This Skill provides ready-made FastMCP templates, a scaffolding script, and a CLI-driven test-and-deploy workflow so you can ship a working server quickly. ## Core Features & Use Cases - Starter Templates: Scaffold an API wrapper, read-only SQLite database server, or text file processor with a single command. - Local Validation Workflow: Inspect, list, and call tools with the FastMCP CLI before integrating with any client. - Client Installation & Deployment: Register servers with Claude Code, Claude Desktop, or Cursor, and prepare repos for HTTP or Prefect Horizon deployment. - Use Case: Wrap your company's REST API as MCP tools by scaffolding the api_wrapper template, adding endpoints, running fastmcp call to verify each tool, then installing it into 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.