Command Palette

Search for a command to run...

MCP

Integrating MCP with ikui lets you control it via AI.

Installation

  1. Enable MCP in your project environment. (Supports Claude Code, Cursor, etc.)
pnpm dlx shadcn@latest mcp init
  1. Add the registry to your project

Add the following to your components.json file:

{
  "registries": {
    "@ikui": "https://ik-ui.pages.dev/r/{name}.json"
  }
}

Usage

You can now ask your IDE to use any ikui component. Here are some examples:

  • "Add a badge component"
  • "Add a blur reveal animation"
  • "Add a vertical marquee of logos"