emergent-mcp
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., "@emergent-mcpCreate a landing page for my coffee shop and take screenshots at phone and laptop sizes."
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.
emergent-mcp
MCP server for Emergent.sh — control the AI-powered full-stack app builder from any MCP-compatible agent.
Build apps, monitor progress, respond to agent questions, preview results, and track credit usage — all from your AI assistant.
Quick Start
npx @openclaw/emergent-mcpRequired env vars:
export EMERGENT_EMAIL="you@example.com"
export EMERGENT_PASSWORD="yourpassword"Or run the interactive login helper:
npx @openclaw/emergent-mcp-loginRelated MCP server: mcp-devtools
Installation
Claude Desktop / Claude Code / Cursor
Add to your MCP config (claude_desktop_config.json or .cursor/mcp.json):
{
"mcpServers": {
"emergent": {
"command": "npx",
"args": ["-y", "@openclaw/emergent-mcp"],
"env": {
"EMERGENT_EMAIL": "you@example.com",
"EMERGENT_PASSWORD": "yourpassword"
}
}
}
}OpenClaw
Add to your OpenClaw config:
mcp:
servers:
- name: emergent
command: npx -y @openclaw/emergent-mcp
env:
EMERGENT_EMAIL: you@example.com
EMERGENT_PASSWORD: yourpasswordAvailable Tools
Tool | Description |
| Create a new project by submitting a prompt |
| List recent projects with status |
| Get full details for a specific project |
| Poll until a build completes |
| Answer a HITL question from the agent |
| Wake a sleeping environment |
| Get the live preview URL |
| Screenshot preview at phone/tablet/laptop/TV sizes |
| Get full credit balance details |
| Get a short credit balance string |
Example Usage
Ask your AI assistant:
"Create a landing page for my coffee shop in Bangalore using emergent-mcp. The shop is called 'Brew & Co', has a 4.9★ rating, and their number is +91 98765 43210. Then take screenshots at phone and laptop sizes."
The agent will:
Call
emergent_get_creditsto note starting balanceCall
emergent_create_projectwith your promptCall
emergent_wait_for_buildto poll until doneCall
emergent_get_previewto get the live URLCall
emergent_screenshot_previewfor the screenshotsCall
emergent_get_creditsagain to report credits used
Architecture
This MCP server uses the Emergent REST API directly (no browser automation needed for core operations). Authentication uses the Supabase backend that powers Emergent.
Credentials are cached in ~/.emergent-mcp/api-token.json and refreshed automatically.
For operations not yet in the REST API (e.g., deployment), the server falls back to Playwright browser automation.
Environment Variables
Variable | Required | Description |
| Yes* | Account email |
| Yes* | Account password |
*Not required if you've already logged in via emergent-mcp-login (session cached).
License
MIT
This server cannot be installed
Maintenance
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
- 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/Nextahalli/emergent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server