Docs

MCP Server

Expose the caveui registry to AI tools over MCP.

The Model Context Protocol (MCP) lets AI tools search and install components directly from a registry. Point your MCP-aware editor at caveui to browse the catalog and pull components without leaving your workflow.

Configure your client

json
{
  "mcpServers": {
    "caveui": {
      "command": "npx",
      "args": ["-y", "caveui@latest", "mcp"]
    }
  }
}
  • Search the catalog by name, category or tag.
  • Read a component's Kotlin source and usage.
  • Install a component into the current project.