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 guidance. ## Core Features & Use Cases - Structured Navigation: A decision tree and quick navigation map route you to the right reference file for tools, resources, prompts, widgets, authentication, middleware, and deployment. - Best Practices & Anti-Patterns: Codified golden rules (one tool per capability, widgets own their state, response helpers) plus common mistakes to avoid in tool definitions, widget development, and production security. - Widget Development Guidance: Detailed references for React-based widgets covering useWidget(), isPending handling, theming, interactivity via useCallTool(), and advanced patterns like virtualization and error boundaries. - Use Case: When asked to add an OAuth-protected tool with an interactive product-list widget to an MCP server, consult this skill to scaffold correctly, apply Zod schema typing, and follow security guidelines. ## Quick Start Ask the AI to create a new MCP server with a weather tool and widget using the mcp-apps-builder skill.