Agent access
Use beUI Pro from your coding agent.
Give your agent the live Pro catalog, licensed source files, and exact install commands. Choose the reusable skill or connect directly over MCP.
Install the Agent Skill
Add the skill to a project that supports agent skills. It reads the current authenticated registry at runtime, selects only relevant blocks, and preserves your project's existing design system.
npx skills add starc007/ui-components --skill beui-proConnect the MCP server
Add the remote endpoint to any MCP client that supports custom headers. The same BEUI_PRO_TOKEN used by the registry authenticates every request.
Quick setup
Export BEUI_PRO_TOKEN, then run the command for your agent.
$ codex mcp add beui-pro --url https://mcp.beui.dev/pro/mcp --bearer-token-env-var BEUI_PRO_TOKEN
Manual configuration
{
"mcpServers": {
"beui-pro": {
"url": "https://mcp.beui.dev/pro/mcp",
"headers": {
"Authorization": "Bearer ${BEUI_PRO_TOKEN}"
}
}
}
}Endpoint
https://mcp.beui.dev/pro/mcp
Available tools
List, search, inspect source, install
Keep your key private
Store BEUI_PRO_TOKEN in your environment. Never paste it into source files, commit it, or pass it as an agent tool argument. Both access paths fetch the current catalog instead of relying on a stale component list.