Design
aicronus.com
An MCP server for discovering, matching, and installing Cronus UI components and blocks from a searchable registry.
ENDPOINT 1
https://aicronus.com/mcp
MCP server metadata
- Name
- cronus-ui
- Version
- 0.7.6
Known tools 8
list_componentsList the installable Cronus UI components (registry items of type 'registry:ui').
Inferred read-onlylist_blocksList the installable Cronus UI blocks (registry items of type 'registry:block') — larger, composed sections such as hero, pricing, login, and dashboard.
Inferred read-onlylist_catalogReturn 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 effectssearch_registryFuzzy-search Cronus UI components and blocks by name (case-insensitive substring match).
Inferred read-onlyget_design_contextReturn the Cronus UI visual taste file (DESIGN.md) for a theme × look.
Inferred read-onlyget_componentFetch 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 effectsget_install_commandBuild the `npx cronus-ui add ...` command for one or more components/blocks.
Potential side effectsCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.