What problem does it solve? Building production-ready MCP servers with the mcp-use framework involves many architectural decisions, security patterns, and common pitfalls that are easy to get wrong without structured guidance. ## Core Features & Use Cases - Project Scaffolding & Foundations: Detects existing mcp-use projects, scaffolds new ones with create-mcp-use-app, and explains server architecture, middleware, and deployment. - Server Primitive Guidance: Provides reference patterns for tools, resources, prompts, response helpers, proxying, and OAuth authentication via WorkOS, Supabase, or custom providers. - Widget Development: Covers React-based widgets including state management, interactivity with useCallTool, theming, model context, file uploads, and advanced performance patterns. - Use Case: When asked to add a new tool with an interactive UI to an MCP server, the skill directs you to the tools and widget references so you implement typed schemas, isPending handling, and McpUseProvider correctly. ## Quick Start Ask the agent to create a new MCP server with a weather tool and an interactive widget using the mcp-use framework.