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"
Related MCP server: Code Executor MCP Server
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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceProvides secure, sandboxed file system access for AI assistants to read, write, and manage project files with controlled command execution capabilities, all confined to a designated workspace directory.Last updatedMIT
- Alicense-qualityBmaintenanceProvides sandboxed code execution for AI agents with support for Python, JavaScript, and shell commands. Includes comprehensive safety features like destructive pattern blocking, timeout protection, and restricted file access for secure production use.Last updated44MIT

AppsAI MCP Serverofficial
Alicense-qualityDmaintenanceEnables 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.Last updated531MIT
Prowpt MCP Serverofficial
AlicenseCqualityCmaintenanceEnables AI agents to create, edit, and publish web apps on Prowpt.ai through project management, code editing, and AI assistant tools.Last updated59MIT
Related MCP Connectors
Create and manage AI agents that collaborate and solve problems through natural language interacti…
Build, validate, and deploy multi-agent AI solutions from any AI environment.
AI-powered design and management for Webflow Sites
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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