CreateOS MCP
NodeOpsスキル
NodeOpsエコシステムのためのAIエージェントスキル。skills CLIを通じて、Claude Code、Cursor、Windsurf、その他40以上のAIコーディングエージェントで動作します。
利用可能なスキル
スキル | 説明 | インストール |
createos | CreateOSクラウドプラットフォームへ本番環境をデプロイ |
|
vercel-to-createos | Next.js、Vite、React、Vue、SvelteアプリをVercelからCreateOSへ移行 |
|
移行スキル
vercel-to-createosは、移行ファミリーで最初にリリースされたスキルです。netlify-to-createos、railway-to-createos、heroku-to-createos、render-to-createos、flyio-to-createosのスタブは予約済みであり、リリースされるまではコンシェルジュ移行パスへユーザーを誘導します。全リストとロードマップについてはMIGRATIONS.mdを参照してください。
Related MCP server: AppsAI MCP Server
CreateOS認証
createosスキルは2つのモードで使用できます:
MCPモード(利用可能な場合に推奨):認証はMCPサーバーによって処理されます(APIキーは不要)。
REST/スクリプトモード:
CREATEOS_API_KEYを介してAPIキーを提供する必要があります。
REST/スクリプトでの使用時:
export CREATEOS_API_KEY="<your-createos-api-key>"APIキーをgitにコミットしないでください。シェルまたはエージェント環境で設定することをお勧めします。
インストール
特定のスキルをインストール:
npx skills add https://github.com/NodeOps-app/skills --skill createos特定のエージェントにインストール:
npx skills add https://github.com/NodeOps-app/skills --skill createos -a claude-code利用可能な全スキルを一覧表示:
npx skills add https://github.com/NodeOps-app/skills --list新しいスキルの追加
skills/配下にスキル名で新しいディレクトリを作成します:
skills/
└── your-skill/
└── SKILL.mdフロントマター付きの
SKILL.mdを追加します:
---
name: your-skill
description: What the skill does and when to activate it.
---
# Your Skill
Instructions for the agent...必要に応じてサポートファイルを追加します:
skills/your-skill/
├── SKILL.md # Required: skill definition
├── config/ # Optional: configuration files
├── references/ # Optional: extended documentation
├── scripts/ # Optional: helper scripts
└── assets/ # Optional: templates, imagesThis server cannot be deployed
Maintenance
Related MCP Connectors
Deploy and manage your apps, databases, storage, and scheduled jobs from your AI agent
Deploy full-stack apps (Postgres, Redis, S3, workers, backups) from Claude or curl. 59 MCP tools.
AppDeploy turns app ideas described in AI chat into live full-stack web applications
Your AI builds, deploys, and runs full-stack apps on a hosted workspace created at first sign-in.
Related MCP Servers
- FlicenseNot gradedqualityCmaintenanceDeploy, manage, and scale applications directly from your AI assistant.6-

AppsAI MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to build, deploy, and manage full-stack applications on AppsAI's platform, with tools for project management, backend/frontend deployment, billing, marketplace, domains, and more.6 npm1MIT- AlicenseNot gradedqualityAmaintenanceEnables AI agents to deploy code to any hosting provider by creating PRs, building, and verifying health checks, all from a single natural language command.1MIT
- FlicenseNot gradedqualityAmaintenanceEnables AI clients and users to deploy static sites, Node.js services, and Python web applications without Docker, with tools for project management, deployment, rollback, and domain configuration.-