← Registry

Developer Tools

uithing.com

Provides access to documentation, components, and blocks for UI development.

1 endpoint19 known toolsFirst detected August 25, 2026Last detected August 25, 2026

ENDPOINT 1

https://uithing.com/mcp

No auth detected

MCP server metadata

Name
UI Thing MCP
Version
0.0.1
Capabilities
loggingtools.listChangedresources.listChangedprompts.listChanged

Known tools 19

get-page

Retrieves the full content and details of a specific documentation page.

Inferred read-only
list-pages

Lists all available documentation pages with their categories and basic information.

Inferred read-only
get-block

Get the exact UI Thing block contract, source, linked docs when available, dependencies, and install plan for a single block.

Inferred read-only
get-changelog-entry

Get the full body, links, and metadata for a single UI Thing changelog entry.

Inferred read-only
get-component

Get the exact UI Thing component contract, full source, docs markdown, dependencies, and install plan for a single component.

Inferred read-only
get-documentation-page

Fetch the exact markdown content for a UI Thing documentation page by its absolute docs path.

Inferred read-only
get-install-plan

Build one normalized install plan for a mixed set of UI Thing components and blocks.

Inferred read-only
get-project-setup

Return a scaffold-first setup plan for starting a new Nuxt project with UI Thing.

Inferred read-only
list-block-pages

List block documentation pages only, using exact block docs paths under /blocks/.

Inferred read-only
list-blocks

List UI Thing blocks as a slim discovery index with exact names, identifiers, docs paths, categories, and dependency counts.

Inferred read-only
list-changelog

List UI Thing changelog entries as a slim discovery index with dates, titles, categories, tags, and breaking-change flags, newest first.

Inferred read-only
list-components

List UI Thing components as a slim discovery index with exact names, install values, docs paths, categories, and dependency counts.

Inferred read-only
list-documentation-pages

List UI Thing documentation pages with title, description, section, and exact path so a follow-up get-documentation-page call can be exact.

Inferred read-only
plan-form

Recommend Vee/UI Thing components, field strategy, validation stack, and an install plan for a form scaffold.

Inferred read-only
plan-page

Recommend blocks, components, section order, and an install plan for a page scaffold in a new Nuxt project.

Inferred read-only
resolve-library-item

Resolve a fuzzy component or block request to the exact UI Thing library item before calling get-component or get-block.

Inferred read-only
search-components

Fuzzy search across UI Thing components and blocks.

Inferred read-only
search-documentation-pages

Fuzzy search UI Thing documentation pages by title, description, section, or path.

Inferred read-only
validate-dependencies

Compatibility alias for get-install-plan.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.ui-thing-mcp]
url = "https://uithing.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "ui-thing-mcp": {
      "type": "http",
      "url": "https://uithing.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: ui-thing-mcp
Remote MCP URL: https://uithing.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "ui-thing-mcp": {
      "url": "https://uithing.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "ui-thing-mcp": {
      "type": "http",
      "url": "https://uithing.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "ui-thing-mcp",
  "transport": "streamable-http",
  "url": "https://uithing.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.