What problem does it solve?
Build an MCP server that works smoothly with Claude by guiding you through the right early architectural decisions, instead of wasting time on rewrites after scaffolding the wrong shape.
Core Features & Use Cases
- Use-case discovery first: Interrogates your upstream connection, audience, action count, UI needs, and auth requirements before generating any server code.
- Deployment model recommendation: Chooses the best MCP server form (remote streamable HTTP, elicitation-based forms, MCP app widgets, MCPB local server, or local stdio for prototypes).
- Tooling design guidance: Selects a tool pattern (one tool per action vs search + execute) based on the size and complexity of the action surface.
- Framework and handoff: Recommends either the official TypeScript SDK or FastMCP, then delegates to the appropriate specialized skill to finish scaffolding.
- Claude compatibility guardrails: Instructs fetching Claude-specific connector documentation so guidance matches Claude’s actual constraints.
Quick Start
Ask the skill: build an MCP server for wrapping my SaaS REST API with OAuth, exposing about 60 actions, and using a simple search-and-run pattern.