← commonsui.com

INDIVIDUAL MCP TOOL

get_component

Fetch and validate one registry item (commonsui.com/r/{name}.json), exactly like `commons inspect`.

commonsui.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.commonsui.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_component and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests retrieving external content.

Parent server

commonsui.com

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.commons]
url = "https://mcp.commonsui.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "commons": {
      "type": "http",
      "url": "https://mcp.commonsui.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: commons
Remote MCP URL: https://mcp.commonsui.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": {
    "commons": {
      "url": "https://mcp.commonsui.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "commons": {
      "type": "http",
      "url": "https://mcp.commonsui.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "commons",
  "transport": "streamable-http",
  "url": "https://mcp.commonsui.com/mcp"
}
MCP Inspector

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

Related tools

  • search_components — Search the Commons registry catalog (commonsui.com/r/index.json) with the same case-insensitive matching as `commons search`: the query is matched against each entry's name, title, description, and useWhen lines.
  • plan_install — Resolve one or more components and their transitive registryDependencies from the registry, in installation order, and report every file that would be created and every npm dependency needed.
  • get_setup — Return the facts needed to set up Commons in a project: the registry URL, the five global-CSS import lines in their required order, the tsconfig path alias, and the init command.