← Registry

Developer Tools

commonsui.com

Provides tools to search, inspect, and plan installation of components from the Commons registry.

1 endpoint4 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://mcp.commonsui.com/mcp

No auth detected

MCP server metadata

Name
commons
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Read-only tools over the Commons design-system registry (accessibility-first components for U.S. local governments, https://commonsui.com). Use search_components to discover, get_component to inspect a component's contract, plan_install to see what an install would pull in, and get_setup for project setup facts. This server never writes files — installing is the job of the local CLI: "npx @21stgov/commons add <names>".

Known tools 4

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.

Inferred read-only
get_component

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

Inferred read-only
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.

Inferred read-only
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.

Potential side effects

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.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for commonsui.com was fetched 2026-08-29T06:06:06.993Z.

Trust status Neutral

commonsui.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

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