▸ cli
Unyly CLI
A tiny shell binary that manages MCPs across every IDE in one place.
Install
curl -fsSL https://unyly.org/install | shDrops unyly into ~/.local/bin (or /usr/local/bin if writable).
Commands
unyly install <slug> add an MCP to every detected IDE
unyly list show installed MCPs (across all IDEs)
unyly remove <slug> remove an MCP from every IDE
unyly update update the CLI itself
unyly --help this messageWhere MCPs are written
- Claude Desktop —
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) and equivalents on Windows/Linux - Cursor —
~/.cursor/mcp.json - Claude Code — uses
claude mcp addCLI internally
Examples
# Install Gmail MCP everywhere
unyly install gmail
# See what you have
unyly list
# Remove
unyly remove gmailSelf-update
unyly updatePulls the latest CLI binary from https://unyly.org/install.