MCP

The registry, inside your editor

Connect Cursor, Claude Code, Windsurf or any MCP client and install components by describing them.

1

Add the server to your MCP config

Clone the repository, then point your MCP client at mcp/index.js. Node 20+ is the only requirement.

mcp.json
{
  "mcpServers": {
    "templets": {
      "command": "node",
      "args": [
        "/absolute/path/to/templets/mcp/index.js"
      ],
      "env": {
        "TEMPLETS_URL": "https://templets.169.58.65.43.sslip.io/"
      }
    }
  }
}

The server isn't on npm yet, so it runs from a local checkout rather than npx.

2

Restart your editor

3

Ask for the UI you want

you › add an animated pricing table with a monthly/yearly switch
agent › searching the Templets registry…
agent › installing pricing-switch → components/ui/pricing-switch.tsx

Available tools

search_components

Search the registry in natural language

get_component

Fetch a component with its code and dependencies

install_component

Write component files straight into your project

list_categories

Publish a component without leaving your editor

Registry endpoints

These are plain shadcn registry documents — the CLI installs them directly with npx shadcn@latest add <url>.