Model Context Protocol · Streamable HTTP
Describe an app. Build it from ChatGPT or Claude.
Emergent is an AI agent that turns a plain-language brief into a working application. This connector puts it inside your assistant — start a build, answer the agent, and watch it ship.
What it is
Emergent turns a natural-language description into a working application. This connector exposes Emergent over the Model Context Protocol (MCP), so from your AI assistant you can start a build, answer the agent's questions, track progress, preview the running app, and keep iterating — all against your own authenticated Emergent account.
Typical flow
A build runs as a short, predictable sequence. Your assistant drives these tools in order:
Choose your platform
ChatGPT
Add Emergent as a ChatGPT app/connector — includes the inline preview card.
ChatGPT guide →Claude
Add Emergent as a custom connector in Claude — with live previews.
Claude guide →Every tool
| Tool | Type | What it does |
|---|---|---|
create_job | write | Start a new app/project from a description. |
wait_for_job | read-only | Wait for the agent's first question or completion. |
send_message | write | Answer the agent or request a change on a job. |
list_jobs | read-only | List your jobs to find a job_id. |
get_job_status | read-only | Run state + recent messages for a job. |
get_recent_trajectories | read-only | Recent conversation history for a job. |
get_job_preview | read-only | Live preview URL for the running app. |
pause_job | write | Pause a running job (resumable later). |