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 스킬은 두 가지 모드로 사용할 수 있습니다:
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, images
This 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.-