mcp-builder
Installation
SKILL.md
MCP Server Builder
Build production-ready MCP servers with the mcp-use framework. This Skill provides quick-start instructions and best practices for creating MCP servers.
Quick Start
Always bootstrap with npx create-mcp-use-app:
npx create-mcp-use-app my-mcp-server
cd my-mcp-server
Choose template based on needs:
--template starter- Full-featured with all MCP primitives (tools, resources, prompts) + example widgets--template mcp-apps- Optimized for ChatGPT widgets with product search example--template blank- Minimal starting point for custom implementation