> ## 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-ni Claude Desktop-ga HTTP MCP transport orqali ulang.

## Sozlash

`claude_desktop_config.json` faylini tahrirlang. Fayl joylashuvi operatsion tizimingizga bog'liq:

* **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 (eski versiyalar)">
    Node.js o'rnatilishi talab qilinadi.

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

Claude Desktop-ni saqlashdan keyin qayta ishga tushiring.

## Autentifikatsiya

Claude Desktop birinchi ulanishda brauzeringizni `https://api.flowstep.ai/oauth/authorize` manziliga ochadi. O'zingizning Flowstep autentifikatsiya ma'lumotlaringiz bilan kiring va ilova qayta chaqiruvni tangallaydi.

<Note>
  Ulanishdan oldin Flowstep akkauntiga ega bo'lishingiz kerak. [app.flowstep.ai](https://app.flowstep.ai) da birini yarating.
</Note>

## Ulanishni tekshirish

Claude Desktop suhbatida:

```
List my Flowstep files
```

Agar siz fayl ro'yxatini ko'rsangiz (yoki agar sizda fayllar bo'lmasa bo'sh massiv), ulanish ishlayotgan.

## Foydalanish misoli

```
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` ni ketma-ketlikda chaqiradi.
