MCP.so
Sign In
Servers

Untitledui Mcp

@sbilde

An MCP for Untitled UI components.

Overview

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.

Tags

More from Other