Welcome to Manufact Cloud

Deploy, monitor, and distribute MCP servers and apps on Manufact Cloud.

Manufact Cloud is an all-in-one platform for MCP servers: deploy from GitHub in minutes, watch every tool call with MCP-native analytics, and ship your server to any AI client, Cursor, Claude, ChatGPT, and more.

For Agents

Build an MCP server, ChatGPT App, or Claude Connector

Paste this prompt into Cursor, Claude Code, Codex, or another coding agent.

Build and deploy an MCP app to Manufact Cloud for me. 

Follow these in order

0. Ask me what MCP app I want to build. If I'm not sure, propose building the,
    example MCP Apps (widgets) template so I can see one working, and go with,
    that unless I say otherwise. you should always use npx -y create-mcp-use-app@latest {name} --template mcp-apps 
    to scaffold the project.

1. Login to the CLI:
    npx -y mcp-use@latest login

2. Install the mcp-use skill (non-interactive), which will guide you through the rest of the steps.
    npx -y mcp-use@latest skills add

3. Build the server: scaffold with the MCP Apps (widgets) template and,
    implement the tools and widgets we agreed on, following the skill:
    npx -y create-mcp-use-app@latest my-mcp-app --template mcp-apps

4. Deploy. Ask me which GitHub org to use:
    - If I want a Manufact-managed repo (no GitHub setup needed), deploy with:
      npx -y mcp-use@latest deploy --no-github -y
    - If I want it in my own GitHub, ask me which GitHub account/org, make sure
      the mcp-use GitHub App is installed there (open
      https://github.com/apps/mcp-use/installations/new and have me authorize
      it), push the project to a repo in that org, then:
      npx -y mcp-use@latest deploy -y
6. When it is live, give me both:
    - the MCP URL (to connect clients), and
    - the Manufact Cloud dashboard URL for the server, where I can see
      analytics, evals, observability, logs, and more.

Install the skill directly:

Manage a server deployed on Manufact

Connect the official Manufact MCP server (https://mcp.manufact.com/mcp) to deploy, debug, and monitor servers from your agent. Cursor and VS Code open in one click; other clients copy a ready-made command.

Cursor

See the MCP server reference for all 20 tools.

For Humans

Organization dashboard with stats cards and needs-attention alerts

Getting started

Get your MCP server up and running in minutes.

Build & Deploy

Monitoring

Distribution

Publish

Organization

On this page