Emergent MCP Connector
Open Emergent →

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.

Serverhttps://mcp.emergent.sh
Transportstreamable HTTP
AuthOAuth 2.1 · PKCE

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:

01create_jobDescribe the app you want.
02wait_for_jobThe agent picks up and asks its first question.
03send_messageAnswer it, or request a change.
04get_job_previewSee a preview of the running app.

Choose your platform

Every tool

ToolTypeWhat it does
create_jobwriteStart a new app/project from a description.
wait_for_jobread-onlyWait for the agent's first question or completion.
send_messagewriteAnswer the agent or request a change on a job.
list_jobsread-onlyList your jobs to find a job_id.
get_job_statusread-onlyRun state + recent messages for a job.
get_recent_trajectoriesread-onlyRecent conversation history for a job.
get_job_previewread-onlyLive preview URL for the running app.
pause_jobwritePause a running job (resumable later).