---
title: Claude Desktop Integration
description: Configure Anthropic Claude Desktop to access Siglata spreadsheets and organization files.
sidebar:
  label: Claude Desktop
  order: 2
---

Claude Desktop supports Siglata through its native Model Context Protocol (MCP) configuration.

## Configuration

Open your `claude_desktop_config.json` file:

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

Add the Siglata server:

```json
{
  "mcpServers": {
    "siglata": {
      "type": "streamable-http",
      "url": "https://www.siglata.com/v1/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_ORGANIZATION_TOKEN"
      }
    }
  }
}
```

Restart Claude Desktop. You will see the **Siglata** tool hammer icon appear in the chat prompt bar.

## Common Prompts

- _"Show me all sheets in the financial-models folder."_
- _"Update the revenue growth assumption to 18% in cell B4 and recalculate the projected ARR."_
- _"Export our customer onboarding checklist to an Excel file."_
