MCP.so
ログイン

Untitledui Mcp

@sbilde

Untitledui Mcp について

An MCP for Untitled UI components.

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

sbilde

投稿者

Steffen Bilde

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "untitledui": {
      "command": "npx",
      "args": [
        "untitledui-mcp"
      ],
      "env": {
        "UNTITLEDUI_LICENSE_KEY": "<your-key>"
      }
    }
  }
}

ツール

10

List all available component categories (application, base, marketing, etc.)

List components in a category. Use subfolder for variants (e.g., type='application', subfolder='modals')

Search for components by name across all categories

Get a single component's code with token estimates. Returns estimatedTokens and file list. If estimatedTokens > 25000, consider using get_component_file for specific files instead.

Get a component with all base dependencies. Returns estimatedTokens. If response is too large (>25000 tokens), use get_component_file to fetch specific files individually.

Get a single file from a component. Use this when get_component or get_component_with_deps returns a large response (>25000 tokens). First call get_component to see the file list, then fetch specific files as needed.

Browse available page examples. Call without path to see categories, then drill down.

Get a single example page with all files. Requires full path including page number.

Verify that the license key is valid

Clear cached data. Optionally specify a pattern to clear specific entries.

概要

What is Untitledui Mcp?

Untitledui Mcp is an MCP server that lets AI agents fetch real UntitledUI components instead of generating UI from scratch. It provides direct access to a professionally designed component library, including base components and Pro components.

How to use Untitledui Mcp?

Start with a UntitledUI starter kit (Next.js or Vite) cloned from GitHub. Then add the MCP server via Claude Code CLI or by editing .cursor/mcp.json for Cursor/VS Code. Optionally authenticate for Pro components using npx untitledui@latest login or by setting UNTITLEDUI_LICENSE_KEY. Verify setup with npx untitledui-mcp --test.

Key features of Untitledui Mcp

  • AI agents fetch real UntitledUI components instead of generating UI.
  • Provides tools: search_components, list_components, get_component_with_deps, etc.
  • Base components available without authentication.
  • Pro components (modals, sidebars, dashboards) require a license.
  • Responses include token estimates to manage context limits.
  • Starter kits include Tailwind config and design tokens.

Use cases of Untitledui Mcp

  • Recreate any UI from a screenshot using matching UntitledUI components.
  • Build complete pages like a SaaS pricing page in seconds.
  • Set up an app shell with collapsible sidebar and user dropdown.
  • Clone a dashboard page from UntitledUI's templates.
  • Mix and match components to create settings pages.

FAQ from Untitledui Mcp

What base components are available without authentication?

Button, input, select, avatar, badge, and similar base components are available without authentication.

How do I authenticate for Pro components?

Run npx untitledui@latest login to open a browser and save your license key, or set UNTITLEDUI_LICENSE_KEY in your MCP config environment.

Why don't components look right after fetching?

Components use custom Tailwind classes and design tokens. Use a UntitledUI starter kit which includes the required Tailwind configuration and tokens.

What are the system requirements for Untitledui Mcp?

Node.js 18+ is required. An UntitledUI Pro license is optionally needed for Pro components.

How does the server handle large component responses?

Responses include token estimates. For components over ~25K tokens, the AI can use get_component_file to fetch individual files.

コメント

「その他」の他のコンテンツ