Developer Tools
uithing.com
Provides access to documentation, components, and blocks for UI development.
ENDPOINT 1
https://uithing.com/mcp
MCP server metadata
- Name
- UI Thing MCP
- Version
- 0.0.1
Known tools 19
list-pagesLists all available documentation pages with their categories and basic information.
Inferred read-onlyget-blockGet the exact UI Thing block contract, source, linked docs when available, dependencies, and install plan for a single block.
Inferred read-onlyget-changelog-entryGet the full body, links, and metadata for a single UI Thing changelog entry.
Inferred read-onlyget-componentGet the exact UI Thing component contract, full source, docs markdown, dependencies, and install plan for a single component.
Inferred read-onlyget-documentation-pageFetch the exact markdown content for a UI Thing documentation page by its absolute docs path.
Inferred read-onlyget-install-planBuild one normalized install plan for a mixed set of UI Thing components and blocks.
Inferred read-onlyget-project-setupReturn a scaffold-first setup plan for starting a new Nuxt project with UI Thing.
Inferred read-onlylist-block-pagesList block documentation pages only, using exact block docs paths under /blocks/.
Inferred read-onlylist-blocksList UI Thing blocks as a slim discovery index with exact names, identifiers, docs paths, categories, and dependency counts.
Inferred read-onlylist-changelogList UI Thing changelog entries as a slim discovery index with dates, titles, categories, tags, and breaking-change flags, newest first.
Inferred read-onlylist-componentsList UI Thing components as a slim discovery index with exact names, install values, docs paths, categories, and dependency counts.
Inferred read-onlylist-documentation-pagesList UI Thing documentation pages with title, description, section, and exact path so a follow-up get-documentation-page call can be exact.
Inferred read-onlyplan-formRecommend Vee/UI Thing components, field strategy, validation stack, and an install plan for a form scaffold.
Inferred read-onlyplan-pageRecommend blocks, components, section order, and an install plan for a page scaffold in a new Nuxt project.
Inferred read-onlyresolve-library-itemResolve a fuzzy component or block request to the exact UI Thing library item before calling get-component or get-block.
Inferred read-onlysearch-documentation-pagesFuzzy search UI Thing documentation pages by title, description, section, or path.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.