uikit-registry

uikit-registry

MCP server enabling AI agents to search, retrieve details, and compare UI components from 13 popular UI libraries.

Category
Visit Server

README

uikit-registry ๐ŸŽจ

Registry 13 UI library + MCP server untuk AI.
Cari, bandingin, dan dapetin detail komponen UI dari 13 library populer โ€” langsung dari AI agent (OpenCode, Claude, dll).

npm run mcp-server   โ†’   search_component + get_component + compare_components

โœจ Fitur

Fitur Tools MCP
๐Ÿ” Cari komponen di semua library search_component(query)
๐Ÿ“ฆ Ambil detail komponen + source code + props get_component(library, component)
โš–๏ธ Bandingin komponen antar library compare_components(component, libraries?)
13 library UI shadcn, MUI, Chakra, Antd, Mantine, NextUI, Radix, DaisyUI, PrimeReact, Neobrutalism, Aceternity, Magic UI, Origin UI
Props real dari TypeScript .d.ts MUI โœ…, shadcn โœ…
0 runtime dependencies Node.js aja

๐Ÿš€ Quick Start

1. Clone & Setup

git clone https://github.com/captainy7/uikit-registry.git
cd uikit-registry
npm install
npm run build

2. Jalankan MCP Server

npm run mcp-server

Output:

๐Ÿ”Œ uikit-registry MCP server v2 (data: ./data)
   Tools: search_component, get_component, compare_components
   Libraries: 13

3. Daftarin di OpenCode / Claude

Edit ~/.config/opencode/opencode.json:

{
  "mcpServers": {
    "uikit-registry": {
      "command": "node",
      "args": ["/home/satria/Development/uikit-registry/dist/mcp-server.js"],
      "env": {
        "UIKIT_DATA_DIR": "/home/satria/Development/uikit-registry/data"
      }
    }
  }
}

Restart OpenCode, langsung bisa pake tools uikit-registry.


๐Ÿ“ฆ Data

Library Komponen Props Version
shadcn/ui 358 โœ… source code + CVA props โ€”
MUI 131 โœ… 14+ props dari .d.ts v9.1.2
Chakra UI 115 โ€” v3.36.0
Ant Design 80 โ€” v6.4.5
Mantine 114 โ€” v9.4.0
NextUI / Heroui 85 โ€” v3.2.1
Radix UI 59 โ€” โ€”
DaisyUI 46 โ€” v5.5.23
PrimeReact 124 โ€” โ€”
Aceternity UI 88 โ€” โ€”
Magic UI 47 โ€” โ€”
Origin UI 76 โ€” โ€”
Neobrutalism 16 โ€” โ€”
Total 1339 โ€” โ€”

๐Ÿ› ๏ธ Usage Examples (via AI Agent)

Cari komponen:

search_component("button")
โ†’ 11 library punya button

Lihat detail:

get_component("shadcn", "button")
โ†’ import, 4 props (variant, size, className, asChild), source code

Bandingkan:

compare_components("dialog", "shadcn,mui")
โ†’ shadcn: 0 props
โ†’ mui: 20 props (transition, paper, container, backdrop, ...)

๐Ÿ“‹ Scraping Manual

# Scrape semua library
npm run scrape

# Scrape satu library aja
tsx src/scraper.ts --lib shadcn

# Output: data/{library}/{component}.json
# Index: data/index.json

Scraping otomatis tiap minggu via GitHub Actions (.github/workflows/scrape.yml).


๐Ÿงช Tests

npm test
# 125 tests, 0 fail
npm run typecheck
# TypeScript strict, 0 errors

๐Ÿ—๏ธ Arsitektur

src/
โ”œโ”€โ”€ scrapers/       # 13 scraper, masing-masing file sendiri
โ”œโ”€โ”€ mcp/            # MCP server + tools
โ”œโ”€โ”€ data/           # Data access layer (ComponentStore)
โ””โ”€โ”€ shared/         # Types, constants, utils
  • TypeScript strict โ€” semua tipe aman
  • Zero runtime deps โ€” cuma node.js
  • 100% local โ€” gak perlu GitHub API / internet
  • Parallel scraper โ€” 13 library selesai ~1 menit

๐Ÿ“„ License

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured