Flowstep MCP for Cursor

Flowstep's MCP server gives Cursor Agent a design tool. Install it with one click, sign in with your Flowstep account, and Cursor can generate real UI screens, preview them in the chat panel, and edit them, then write the components in the repo it already has open.

~/.cursor/mcp.json
{
  "mcpServers": {
    "flowstep": {
      "url": "https://api.flowstep.ai/mcp"
    }
  }
}
Add Flowstep to Cursor

Use the button for a pre-filled install, or paste this into ~/.cursor/mcp.json for every project, or .cursor/mcp.json for just this one.

Signs in with your Flowstep account. No API keys.

Why connect Flowstep to Cursor

Design where the components already are

Cursor knows your codebase. Ask it to design a screen that matches the components you already ship, then have it wire the result up against those same files. The design and the implementation never drift apart, because they came from the same conversation.

Skip the wireframe round trip

You do not need a designer free, a Figma file open or a blank canvas to start. Describe the screen, look at the render, adjust it in the chat, and move on. The whole loop happens in Agent mode.

Import the Figma frame you already have

If the design exists in Figma, ask Cursor to import the frame with import-figma. It lands on the Flowstep canvas as editable elements you can expand into the states the original never covered.

How to connect Flowstep to Cursor

Setup takes about two minutes and there is no API key at any point. Cursor authenticates against your Flowstep account over OAuth.

  1. Install the server

    The install button opens Cursor with the Flowstep server pre-filled. Approve it. If you would rather do it by hand, paste the JSON above into ~/.cursor/mcp.json.

  2. Sign in with Flowstep

    Cursor prompts you to authenticate the first time it uses a Flowstep tool. Sign in with your Flowstep account in the browser window it opens. Nothing to paste back.

  3. Confirm the tools are live

    Open Cursor's MCP settings. Flowstep should be enabled with its tools listed. If the list is empty, refresh the server there.

  4. Design from the chat panel

    Switch to Agent mode and ask for a screen. The generated design comes back as an image in the chat, next to the code you are about to write.

A Cursor session, start to finish

How the loop reads in Cursor's Agent panel once Flowstep is connected:

You

“Design a team management screen for this app in Flowstep. Match the density of our existing dashboard.”

Cursor

Read src/components/Dashboard.tsx, called create-new-design with that context, then returned the render inline.

You

“Add the empty state and the invite-pending state.”

Cursor

Called expand-design twice off the same screen. Both variants land on your Flowstep canvas and come back as images.

You

“Now implement all three using our Table and Dialog components.”

What Cursor can do once connected

The server exposes 20 tools. Cursor picks the ones it needs. You describe the outcome, not the tool call.

Generate and edit designs

The four operations that produce or change screens.

Generate and edit designs
ToolWhat it does
create-new-designGenerate brand-new screens from a description. Starts a new file, or adds screens to one you already have.
edit-designChange one or more existing screens in place: theming, copy, or layout.
expand-designDerive a new screen from an existing one: the next step in a flow, an error or empty state, or another platform.
regenerate-designRedo a single screen from scratch, optionally in a different style.

Read what already exists

How the agent sees your canvas before it changes anything.

Read what already exists
ToolWhat it does
list-screensList every screen in a file with its prompt, fidelity and creation date.
get-screenReturn a screen's component tree, dimensions and fidelity as structured data.
get-screen-imageRender a screen to a PNG and return it inline, so your agent can look at the design it just made.
get-chat-historyRead the Flowstep chat history attached to a file.

Manage files

Project housekeeping without switching to the browser.

Manage files
ToolWhat it does
list-filesList the files in your account.
get-fileFetch a single file by ID.
create-fileCreate a new Flowstep file.
update-fileRename an existing file.
delete-fileDelete a file.

Keep output on-brand

Design guidelines are free-form text stored on a file and injected into every generation made against it.

Keep output on-brand
ToolWhat it does
update-design-guidelinesSet the colours, type, spacing and component rules a file should follow. Point it at the design system doc already in your repo.
get-design-guidelinesRead the guidelines currently attached to a file.
delete-design-guidelinesRemove a file's guidelines.

Bring in your own material

Reference images, PRDs, existing Figma frames and raw JSX.

Bring in your own material
ToolWhat it does
upload-attachmentAttach a reference image or document. Bytes upload straight to Flowstep storage rather than through your agent's context.
import-figmaImport a Figma frame into a Flowstep file as editable elements. Re-importing the same frame updates it in place.
add-screenAdd a screen from a raw JSX string. This is the code-first path for turning components you already have into canvas screens.
get-plan-detailsCheck your plan, usage and remaining quota before a long run.

Cursor FAQs

Setup, billing and the things people hit on the way in

Using a different client?

Flowstep's MCP server is a standard remote HTTP server, so it works with any MCP client. These are the ones with step-by-step setup written up.

See the full Flowstep MCP overview for the server URL, authentication details and the complete tool list.

Design from Cursor

Free to start. Connect the server, generate your first screen, keep the file.

No credit card required