Command Palette

Search for a command to run...

UnylyUnyly
▸ cli

Unyly CLI

A tiny shell binary that manages MCPs across every IDE in one place.

Install

curl -fsSL https://unyly.org/install | sh

Drops 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 message

Where 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 add CLI internally

Examples

# Install Gmail MCP everywhere
unyly install gmail

# See what you have
unyly list

# Remove
unyly remove gmail

Self-update

unyly update

Pulls the latest CLI binary from https://unyly.org/install.