Configure @byul/mcp in Cursor, Claude Code, Windsurf, and more
export BYUL_API_KEY=byul_api_key
~/.cursor/mcp.json
.cursor/mcp.json
{ "mcpServers": { "byul": { "command": "npx", "args": ["-y", "@byul/mcp"], "env": { "BYUL_API_KEY": "byul_api_key" } } } }
claude mcp add -e BYUL_API_KEY=byul_api_key --scope user byul npx -- -y @byul/mcp
claude_desktop_config.json
.vscode/mcp.json
windsurf_mcp.json
{ "mcpServers": { "mcp-server-byul": { "command": "npx", "args": ["-y", "@byul/mcp"], "env": { "BYUL_API_KEY": "byul_api_key" } } } }