MCP server for UntitledUI Pro components - browse, search, and retrieve UI components via Claude Code
MCP server for UntitledUI Pro components - browse, search, and retrieve UI components via Claude Code. The untitledui mcp mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 7 defined tools rather than through you.
MCP server that lets AI agents fetch real UntitledUI components instead of generating UI from scratch.
The server ships on npm as untitledui-mcp, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Everything the assistant can do here goes through one of these:
search_components — Find components by name or descriptionlist_components — Browse a categoryget_component_with_deps — Fetch component + all dependenciesget_component — Fetch component onlyget_component_file — Fetch a single file (for large components)list_examples — Browse available page templatesget_example — Fetch a complete page templateYou will need one environment variable: UNTITLEDUI_LICENSE_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Untitledui MCP's toolset — search_components, list_components, get_component_with_deps and 4 more — is a fair guide to whether it matches your workflow. It is maintained by sbilde; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Untitledui MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| search_components | Find components by name or description |
| list_components | Browse a category |
| get_component_with_deps | Fetch component + all dependencies |
| get_component | Fetch component only |
| get_component_file | Fetch a single file (for large components) |
| list_examples | Browse available page templates |
| get_example | Fetch a complete page template |
{
"mcpServers": {
"untitledui": {
"command": "npx",
"args": ["-y", "untitledui-mcp"],
"env": {
"UNTITLEDUI_LICENSE_KEY": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
| Variable | Description | Required |
|---|---|---|
| UNTITLEDUI_LICENSE_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.