What problem does it solve?
This Skill helps you design and build Model Context Protocol servers without choosing the wrong deployment model, tool structure, or framework too early.
Core Features & Use Cases
- Deployment Guidance: Recommends the right shape for remote HTTP, MCPB, or local stdio based on what the server connects to and who will use it.
- Tool Design Strategy: Chooses between one-tool-per-action and search-plus-execute patterns so the server stays usable as the action surface grows.
- Framework and Auth Planning: Advises on TypeScript SDK or FastMCP, then accounts for OAuth, elicitation, widgets, and other MCP primitives as needed.
- Use Case: Use it when wrapping a SaaS API, exposing a local desktop integration, or scaffolding an AI agent tool server that must be production-ready.
Quick Start
Tell the Skill what your MCP server should connect to, who will use it, and how many actions it needs, and it will recommend the best deployment model and implementation path.