> ## 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'i Streamable HTTP MCP taşımasını kullanarak Claude Desktop'a bağlayın.

## Yapılandırma

`claude_desktop_config.json` dosyasını düzenleyin. Dosya konumu işletim sisteminize bağlıdır:

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

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

  <Tab title="mcp-remote (eski sürümler)">
    Node.js'nin yüklü olması gerekir.

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

Dosyayı kaydettikten sonra Claude Desktop'ı yeniden başlatın.

## Kimlik Doğrulama

Claude Desktop, ilk bağlantıda tarayıcınızı `https://api.flowstep.ai/oauth/authorize` adresine açar. Flowstep kimlik bilgilerinizle oturum açın ve uygulama geri çağrıyı yakalar.

<Note>
  Bağlanmadan önce bir Flowstep hesabına ihtiyacınız vardır. [app.flowstep.ai](https://app.flowstep.ai) adresinde bir hesap oluşturun.
</Note>

## Bağlantıyı Doğrulayın

Bir Claude Desktop konuşmasında:

```
List my Flowstep files
```

Bir dosya listesi görüyorsanız (henüz dosyanız yoksa boş bir dizi), bağlantı çalışıyordur.

## Kullanım Örneği

```
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` çağrılarını sırayla yapacaktır.
