Licence
MIT
Version
0.1.0
Deps
0
Size
6 kB
Vulns
0
Weekly
0
@myndui/cli
One command to add the Myndui MCP server to your AI IDE. It writes the MCP config for you — no manual JSON editing.
Usage
npx @myndui/cli@latest install cursor
Then restart your IDE and ask it for any Myndui component.
Supported clients
npx @myndui/cli@latest install <client>
cursorwindsurfclaude(Claude Desktop)clineroo-cline
The command merges the Myndui server into the client's existing MCP config (creating it if needed) without touching your other servers.
What it writes
{
"mcpServers": {
"myndui": {
"command": "npx",
"args": ["-y", "@myndui/mcp@latest"]
}
}
}
Prefer to do it by hand? See the Manual install.
License
MIT