Command Palette

Search for a command to run...
HQ UI

MCP Server

Use the shadcn MCP server to browse, search, and install components from registries.

Registry

To use the HQ UI registry, add the following entry to your components.json:

{
  "registries": {
    "@hq": "https://hq-ui.vercel.app/r/{name}"
  }
}

Initialize

Choose your client and run one of the following commands:

npx shadcn@latest mcp init --client codex

Add the following to ~/.codex/config.toml:

React Aria MCP

If you work with AI and use React Aria Component, you should consider using the React Aria MCP server.

npx codex mcp add react-aria -- npx @react-aria/mcp@latest

Add the following to ~/.codex/config.toml:

If you use both MCP servers, your config should look like this: