Skip to main content

title: “Claude Desktop” description: “Configure @byul/mcp for Claude Desktop”

Configuration

claude_desktop_config.json:
{
  "mcpServers": {
    "byul": {
      "command": "npx",
      "args": ["-y", "@byul/mcp"],
      "env": { "BYUL_API_KEY": "byul_api_key" }
    }
  }
}
This package supports stdio (local) transport only. HTTP/SSE transports are not provided.