Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.flowstep.ai/llms.txt

Use this file to discover all available pages before exploring further.

Configuration

Add the server to your MCP config. Cursor looks for this in two locations — use the global file to enable it across all projects, or the project file to keep it scoped.
{
  "mcpServers": {
    "flowstep": {
      "url": "https://api.flowstep.ai/mcp"
    }
  }
}
Restart Cursor after saving the file.

Authentication

Open Settings → MCP and click Connect next to Flowstep. Cursor opens your browser to https://api.flowstep.ai/oauth/authorize. Sign in with your Flowstep credentials (email/password or Google SSO). Cursor captures the callback automatically and stores the token.
You need a Flowstep account before connecting. Create one at app.flowstep.ai.

Verify the connection

In a Cursor chat, type:
List my Flowstep files
If the tool call succeeds, the connection is working.

Usage example

Create a Flowstep file called "Onboarding", generate a mobile sign-up screen
with name, email, and password fields, then show me the image.
Cursor will call create-fileai-promptget-screen-image in sequence.