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

> Savienojiet Flowstep ar Claude Desktop, izmantojot Streamable HTTP MCP transportu.

## Konfigurācija

Rediģējiet `claude_desktop_config.json`. Faila atrašanās vieta ir atkarīga no jūsu OS:

* **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)">
    Nepieciešams instalēts Node.js.

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

Pēc saglabāšanas restartējiet Claude Desktop.

## Autentifikācija

Claude Desktop atver jūsu pārlūkprogrammu uz `https://api.flowstep.ai/oauth/authorize` savienojuma laikā. Piesakieties ar saviem Flowstep akreditācijas datiem, un lietotne tver atpakaļsaiti.

<Note>
  Jums ir nepieciešams Flowstep konts pirms savienojuma. Izveidojiet to vietnē [app.flowstep.ai](https://app.flowstep.ai).
</Note>

## Savienojuma pārbaude

Claude Desktop sarunā:

```
List my Flowstep files
```

Ja redzat failu sarakstu (vai tukšu masīvu, ja jums vēl nav failu), savienojums darbojas.

## Lietošanas piemērs

```
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 izsauks `create-file` → `ai-prompt` → `get-screen-image` secīgi.
