> ## Documentation Index
> Fetch the complete documentation index at: https://docs.byul.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Claude desktop

title: "Claude Desktop"
description: "Configure @byul/mcp for Claude Desktop"
-----------------------------------------------------

## Configuration

`claude_desktop_config.json`:

```json theme={null}
{
  "mcpServers": {
    "byul": {
      "command": "npx",
      "args": ["-y", "@byul/mcp"],
      "env": { "BYUL_API_KEY": "byul_api_key" }
    }
  }
}
```

<Info>
  This package supports stdio (local) transport only. HTTP/SSE transports are not provided.
</Info>
