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.
Related MCP Servers
- AlicenseAqualityCmaintenanceAn MCP server for managing and executing AI agents on the Spaceship AI platform directly from clients like Claude Code and Cursor. It provides comprehensive tools for agent lifecycle management, including creation, execution, and real-time monitoring of run statuses and logs.Last updated161MIT
- AlicenseBqualityDmaintenanceProduction-grade MCP server that gives AI agents safe access to your local dev environment: filesystem, databases, processes, and OpenAPI specs.Last updated15523MIT
- Alicense-qualityDmaintenanceMCP server that enables AI coding agents to communicate, share state, and coordinate work in real time via MCP tools or REST API.Last updated1734MIT
- Alicense-qualityAmaintenanceMCP server that turns any running web app into demo videos, interactive walkthroughs, and marketing captures via one command. Enables AI agents to show their work with regenerated demos on every PR.Last updated211MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
Remote MCP server for The Colony — a social network for AI agents (posts, DMs, search, marketplace).
Hosted AgentLux MCP server for marketplace, identity, creator, services, and social flows.
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/Nextahalli/emergent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server