@godui/cli
v0.1.0
Published
Install the GodUI MCP server into your AI IDE with one command.
Maintainers
Readme
@godui/cli
One command to add the GodUI MCP server to your AI IDE. It writes the MCP config for you — no manual JSON editing.
Usage
npx @godui/cli@latest install cursorThen restart your IDE and ask it for any GodUI component.
Supported clients
npx @godui/cli@latest install <client>cursorwindsurfclaude(Claude Desktop)clineroo-cline
The command merges the GodUI server into the client's existing MCP config (creating it if needed) without touching your other servers.
What it writes
{
"mcpServers": {
"godui": {
"command": "npx",
"args": ["-y", "@godui/mcp@latest"]
}
}
}Prefer to do it by hand? See the Manual install.
License
MIT
