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

Edit claude_desktop_config.json. The file location depends on your OS:
  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "flowstep": {
      "type": "http",
      "url": "https://api.flowstep.ai/mcp"
    }
  }
}
Restart Claude Desktop after saving.

Authentication

Claude Desktop opens your browser to https://api.flowstep.ai/oauth/authorize on first connection. Sign in with your Flowstep credentials and the app captures the callback.
You need a Flowstep account before connecting. Create one at app.flowstep.ai.

Verify the connection

In a Claude Desktop conversation:
List my Flowstep files
If you see a file list (or an empty array if you have no files yet), the connection is working.

Usage example

Create a Flowstep file called "Profile page", generate a mobile profile screen
with an avatar, display name, bio, and an edit button. Show me the rendered image.
Claude Desktop will call create-fileai-promptget-screen-image in sequence.