@creao-ai/builder-mcp
v1.0.17
Published
MCP server for Creao Builder.
Readme
@creao-ai/builder-mcp
MCP server for Creao Builder.
See https://creao.ai for more information.
using
Add environment variables:
export CREAO_AUTH_TOKEN=your-creao-token
export CREAO_API_BASE_PATH=https://agw-rest-production.creao.ai
# optional, for database
export CREAO_TASK_ID=your-build-task-id
# optional
export CREAO_PROJECT_ID=your-project-id
# optional, for official MCP integration methods
# defaults to `CREAO_PROJECT_ID`
export CREAO_MCP_INTEGRATION_USER_ID=your-mcp-integration-user-id
# optional, for SDK path
export CREAO_SDK_PATH=src/sdk
# optional, for SDK spec path
export CREAO_SDK_SPEC_PATH=spec/platform-sdkThen add to your favorite builder, eg. claude code:
claude mcp add creao-builder -- npx -y @creao-ai/builder-mcpBefore coding, use this to initialize, downloading sdk of this project.
creao-builder-mcp --exec sync_sdk '{"features": "all"}'