MynduiMyndui
0

MCP Server

Use Myndui from your AI IDE — discover and install components by description.

Myndui ships an MCP server so AI coding agents (Cursor, Windsurf, Claude, Cline, Roo-Cline, …) can browse the Myndui catalog and install components straight into your project. Add it once, then just ask for the component you want in plain language.

Installation

Use the CLI to write the config automatically, or add it Manually.

pnpm dlx @myndui/cli@latest install cursor

Then restart your IDE. The installer writes the Myndui server into Cursor's MCP config without touching your other servers.

The server runs locally over stdio via npx — no API key, no account. The CLI installs into your editor's MCP config; with Manual you paste the block into it yourself.

Usage

Ask your IDE to use any Myndui component:

  • "Add a Myndui magic button"
  • "Add a marquee of logos"
  • "Add an animated gradient background"
  • "Add a number ticker that counts to 1000"

The agent finds the right component, then installs it with the shadcn CLI — copying the source into your project so you own it.

Tools

The server exposes three tools:

ToolWhat it does
list_componentsList the full catalog, optionally filtered by category.
search_componentsFind components by what they do (natural language).
get_componentFetch one component's install command and full source.

How it works

The server fetches the live registry at https://myndui.design/r, so it always serves the latest components — no upgrade needed when Myndui ships something new. Point it at a local registry for development by setting MYNDUI_REGISTRY_URL:

bash
 
MYNDUI_REGISTRY_URL=http://localhost:3000/r npx @myndui/mcp@latest

On this page

Built with Myndui

Beautifully crafted motion components for modern interfaces.

Star on GitHub