← Registry

Design

aicronus.com

An MCP server for discovering, matching, and installing Cronus UI components and blocks from a searchable registry.

1 endpoint8 known toolsFirst detected September 6, 2026Last detected September 24, 2026

ENDPOINT 1

https://aicronus.com/mcp

No auth detected

MCP server metadata

Name
cronus-ui
Version
0.7.6
Capabilities
tools.listChangedresources.listChanged

Known tools 8

list_components

List the installable Cronus UI components (registry items of type 'registry:ui').

Inferred read-only
list_blocks

List the installable Cronus UI blocks (registry items of type 'registry:block') — larger, composed sections such as hero, pricing, login, and dashboard.

Inferred read-only
list_catalog

Return compact Hydra-ready cards for every component, block, variant, and template: name, short description, design style, palette, motion, intents, and the install command.

Potential side effects
match_catalog

Two-query catalog match for low-context agents.

Inferred read-only
search_registry

Fuzzy-search Cronus UI components and blocks by name (case-insensitive substring match).

Inferred read-only
get_design_context

Return the Cronus UI visual taste file (DESIGN.md) for a theme × look.

Inferred read-only
get_component

Fetch the full detail for a single Cronus UI component or block by name: its source file(s) (path + content), its npm `dependencies`, its `registryDependencies` (other registry items it needs), and the `npx cronus-ui add <name>` install command.

Potential side effects
get_install_command

Build the `npx cronus-ui add ...` command for one or more components/blocks.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "cronus-ui",
  "transport": "streamable-http",
  "url": "https://aicronus.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.