> ## 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.

# Flowstep MCP — Claude Desktop

> חברבר Flowstep ל-Claude Desktop באמצעות טרנספורט HTTP MCP ניתן להזרמה.

## Configuration

ערוך את `claude_desktop_config.json`. מיקום הקובץ תלוי במערכת ההפעלה שלך:

* **macOS**: `~/Library/Application Support/Claude/claude_desktop_config.json`
* **Windows**: `%APPDATA%\Claude\claude_desktop_config.json`

<Tabs>
  <Tab title="Native HTTP (Claude Desktop v0.9+)">
    ```json theme={"system"}
    {
      "mcpServers": {
        "flowstep": {
          "type": "http",
          "url": "https://api.flowstep.ai/mcp"
        }
      }
    }
    ```
  </Tab>

  <Tab title="mcp-remote (older versions)">
    דורש Node.js מותקן.

    ```json theme={"system"}
    {
      "mcpServers": {
        "flowstep": {
          "command": "npx",
          "args": ["-y", "mcp-remote", "https://api.flowstep.ai/mcp"]
        }
      }
    }
    ```
  </Tab>
</Tabs>

הפעל מחדש את Claude Desktop לאחר שמירת הקובץ.

## Authentication

Claude Desktop פותח את הדפדפן שלך ל-`https://api.flowstep.ai/oauth/authorize` בחיבור הראשון. התחבר עם אישורי Flowstep שלך והאפליקציה לוכדת את ה-callback.

<Note>
  אתה צריך חשבון Flowstep לפני החיבור. צור אחד ב-[app.flowstep.ai](https://app.flowstep.ai).
</Note>

## Verify the connection

בשיחה של Claude Desktop:

```
List my Flowstep files
```

אם אתה רואה רשימת קובצים (או מערך ריק אם אין לך קובצים עדיין), החיבור פועל.

## 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 יקרא ל-`create-file` → `ai-prompt` → `get-screen-image` ברצף.
