Deploy apps directly from your AI assistant
Add one endpoint. Tell Claude, Cursor, or ChatGPT to deploy your app. CreateOS MCP gives every AI tool full control over your deployment stack.
{
"mcpServers": {
"createos": {
"type": "http",
"url": "https://api-createos.nodeops.network/mcp",
"headers": { "X-Api-Key": "YOUR_CREATEOS_API_KEY" }
}
}
}
You Build With AI. You Still Deploy Manually.
AI coding agents can write a full-stack app in minutes — but the moment you need to deploy, you're back in the terminal. CreateOS MCP closes that gap.
Context Switch Every Deploy
Say It. It's Live.
The Missing Deployment Layer for AI-Native Development
Zero-Config Deployment
Deploy from GitHub, Docker, or file upload without writing a single config file. Your AI handles environment setup, build commands, and runtime configuration automatically.
Instant Database Provisioning
Spin up PostgreSQL, MySQL, Kafka, or Valkey in seconds. Your AI automatically injects the connection string as an environment variable into your deployment.
Secrets & Environment Management
Create, update, and rotate environment variables and secrets across environments — all from natural language. No cloud console required.
Automated Security Scanning
Trigger vulnerability scans, view full security reports, and download findings — all through your AI assistant. Built-in, not bolted on.
75+
MCP Tools
40+
AI Clients
4
Database Engines
1
Endpoint
Tool Coverage — All From One Endpoint
| Category | Tools | Key Capabilities |
|---|---|---|
| Projects & Apps | 15+ | Create, list, update, delete projects and app groupings. Manage settings and GitHub integrations. |
| Deployments | 12+ | Deploy from GitHub, Docker, or file upload. Cancel, retrigger, wake, download. View build and runtime logs. |
| Databases | 10+ | Provision and manage PostgreSQL, MySQL, Kafka, and Valkey from your AI assistant. |
| Environments | 8+ | Create environments, inject env vars and secrets, update runtime settings and compute resources. |
| Security Scanning | 4+ | Trigger scans, view full reports, download findings. Automated vulnerability detection on every deploy. |
| Templates & Marketplace | 8+ | Browse, deploy, publish, and monetize templates. Set pricing, manage submissions, track usage. |
| Compute & Domains | 6+ | Manage server resources, custom domains, SSL certificates, and regional configuration. |
| API Keys & Billing | 9+ | Create and revoke API keys, check credit balances, manage plans and payment methods. |
Projects & Apps
Create, list, update, delete projects and app groupings. Manage settings and GitHub integrations.
Deployments
Deploy from GitHub, Docker, or file upload. Cancel, retrigger, wake, download. View build and runtime logs.
Databases
Provision and manage PostgreSQL, MySQL, Kafka, and Valkey from your AI assistant.
Environments
Create environments, inject env vars and secrets, update runtime settings and compute resources.
Security Scanning
Trigger scans, view full reports, download findings. Automated vulnerability detection on every deploy.
Templates & Marketplace
Browse, deploy, publish, and monetize templates. Set pricing, manage submissions, track usage.
Compute & Domains
Manage server resources, custom domains, SSL certificates, and regional configuration.
API Keys & Billing
Create and revoke API keys, check credit balances, manage plans and payment methods.
How It Works
Connect
Add the CreateOS MCP endpoint to your AI tool. One config block. Works with every MCP-compatible client.
npx skills add https://github.com/NodeOps-app/skills --skill createos
Deploy
Tell your AI to deploy. It creates the project, pulls your repo, runs the build, and returns a live URL.
> Deploy my Next.js app from github.com/me/my-app
Manage
Control environments, rotate secrets, provision databases, and run security scans — from chat.
> Create a PostgreSQL database and inject the connection string
Monetize
Publish your setup as a template. Earn passive income every time someone clones your architecture.
> Publish this project as a template to the marketplace
Works With Every AI Tool You Use
Add via CLI — the fastest setup. All 75+ tools appear instantly in Claude Code's context window.
claude mcp add createos-mcp --transport http
https://api-createos.nodeops.network/mcp
--header "X-API-Key: YOUR_KEY"
Frequently Asked Questions
Stop Managing the Stack. Start Building the Solution.
Add the MCP endpoint to your AI tool, generate an API key, and tell your assistant to deploy. That's the entire setup.
100,000+ Builders. One Workspace.
Get product updates, builder stories, and early access to features that help you ship faster.
CreateOS is a unified intelligent workspace where ideas move seamlessly from concept to live deployment, eliminating context-switching across tools, infrastructure, and workflows with the opportunity to monetize ideas immediately on the CreateOS Marketplace.
Server Config
{
"mcpServers": {
"createos": {
"type": "http",
"url": "https://api-createos.nodeops.network/mcp",
"headers": {
"X-Api-Key": "YOUR_CREATEOS_API_KEY"
}
}
}
}