Skip to content
Siglata Docs
English
Esc
navigateopen⌘Jpreview
On this page

Claude Desktop Integration

Configure Anthropic Claude Desktop to access Siglata spreadsheets and organization files.

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:

{
  "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.”

Was this page helpful?