AICre8 MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add -e "AICRE8_API_KEY=${AICRE8_API_KEY}" aicre8 -- npx @aicre8/mcp-server
Required:AICRE8_API_KEY+ 1 optional
README.md

Connect AI agents to create, edit, and deploy web projects.

@aicre8/mcp-server

MCP server for AICre8 — connect AI agents to create, edit, and deploy web projects.

Works with Claude Desktop, Cursor, Claude Code, and any MCP-compatible client.

Setup

1. Get an API Key

Go to aicre8.dev/settings and create an API key in the API Keys section.

2. Configure Your Client

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json (Mac) or %APPDATA%\Claude\claude_desktop_config.json (Windows):

{
  "mcpServers": {
    "aicre8": {
      "command": "npx",
      "args": ["@aicre8/mcp-server"],
      "env": {
        "AICRE8_API_KEY": "ak_live_your_key_here"
      }
    }
  }
}
Cursor

Add to .cursor/mcp.json in your project or global config:

{
  "mcpServers": {
    "aicre8": {
      "command": "npx",
      "args": ["@aicre8/mcp-server"],
      "env": {
        "AICRE8_API_KEY": "ak_live_your_key_here"
      }
    }
  }
}
Claude Code
claude mcp add aicre8 -- npx @aicre8/mcp-server

Set AICRE8_API_KEY in your environment.

3. Start Using

Once configured, ask your AI agent things like:

  • "List my AICre8 projects"
  • "Create a new project called Coffee Shop"
  • "Build a landing page with a dark theme and hero section"
  • "Deploy the project"

Available Tools

Tool Description
list_projects List all your projects
create_project Create a new project
generate_code Generate or modify code with AI
read_file Read a file from the project sandbox
write_file Write a file to the project sandbox
run_command Run a shell command in the sandbox
deploy_project Deploy to a live branded URL

Environment Variables

Variable Required Default Description
AICRE8_API_KEY Yes Your API key (starts with ak_live_)
AICRE8_API_URL No https://aicre8.dev/api/v1 API base URL

API Documentation

Full REST API docs: aicre8.dev/developers

License

MIT

Tools (7)

list_projectsList all your projects
create_projectCreate a new project
generate_codeGenerate or modify code with AI
read_fileRead a file from the project sandbox
write_fileWrite a file to the project sandbox
run_commandRun a shell command in the sandbox
deploy_projectDeploy to a live branded URL

Environment Variables

AICRE8_API_KEYrequiredYour API key (starts with ak_live_)
AICRE8_API_URLAPI base URL

Configuration

claude_desktop_config.json
{"mcpServers": {"aicre8": {"command": "npx", "args": ["@aicre8/mcp-server"], "env": {"AICRE8_API_KEY": "ak_live_your_key_here"}}}}

Try it

List my AICre8 projects
Create a new project called Coffee Shop
Build a landing page with a dark theme and hero section
Deploy the project

Frequently Asked Questions

What are the key features of AICre8?

Direct integration with AI agents for web project management. Sandbox environment for code generation and modification. Support for shell command execution within the project environment. One-click deployment to live branded URLs.

What can I use AICre8 for?

Rapid prototyping of web applications using AI assistance. Automated deployment of web projects directly from an AI chat interface. Managing and editing project files in a secure sandbox environment.

How do I install AICre8?

Install AICre8 by running: npx @aicre8/mcp-server

What MCP clients work with AICre8?

AICre8 works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep AICre8 docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare