title: “Claude Desktop” description: “Configure @byul/mcp for Claude Desktop”
Configuration
claude_desktop_config.json:
This package supports stdio (local) transport only. HTTP/SSE transports are not provided.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
claude_desktop_config.json:
{
"mcpServers": {
"byul": {
"command": "npx",
"args": ["-y", "@byul/mcp"],
"env": { "BYUL_API_KEY": "byul_api_key" }
}
}
}