prompt.md
Build with mcp-use v2
Steps to Build and Deploy an MCP App to Manufact Cloud
Choose an MCP App to Build
Ask what MCP app to build. If unsure, propose the example MCP Apps (widgets) template.Login to the CLI
npx -y mcp-use@latest loginInstall the mcp-use Skill (Non-Interactive)
This will guide you through the rest of the steps.npx --yes skills add mcp-use/mcp-use#main --yes --skill mcp-apps-builder -a cursor -a claude-code -a codexBuild the Server
Scaffold with the MCP Apps (widgets) template and implement the tools and widgets agreed upon.npx -y create-mcp-use-app@latest my-mcp-app --template mcp-appsDeploy
Ask which GitHub org to use:- For a Manufact-managed repo (no GitHub setup needed):
npx -y mcp-use@latest deploy --no-github -y - For your own GitHub:
Ask for the GitHub account/org, ensure the mcp-use GitHub App is installed, authorize it, then push the project:npx -y mcp-use@latest deploy -y
- For a Manufact-managed repo (no GitHub setup needed):
Post-Deployment
When live, provide both:- MCP URL (to connect clients)
- Manufact Cloud dashboard URL (for analytics, evals, observability, logs, etc.)