AICre8 MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AICre8 MCP Servercreate a landing page for a coffee shop and deploy it"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@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-serverSet 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 all your projects |
| Create a new project |
| Generate or modify code with AI |
| Read a file from the project sandbox |
| Write a file to the project sandbox |
| Run a shell command in the sandbox |
| Deploy to a live branded URL |
Environment Variables
Variable | Required | Default | Description |
| Yes | — | Your API key (starts with |
| No |
| API base URL |
API Documentation
Full REST API docs: aicre8.dev/developers
License
MIT
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AICre8dev/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server