Command Palette

Search for a command to run...

UnylyUnyly
▸ install

Install MCPs

One terminal command. Every MCP-aware IDE configured.

The one-liner

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

Replace gmail with any MCP slug. Find slugs in the catalog URL: /mcp/<slug>.

That single command does three things: (1) installs the unyly CLI to ~/.local/bin, (2) detects every MCP-aware IDE on your machine, (3) merges the new server into all of them safely.

Per-IDE alternatives

Don't want a terminal? On the install modal you'll find:

  • Cursor — deep-link button. Launches Cursor and installs.
  • VS Code — deep-link button. Requires the MCP extension.
  • Claude Code — copy claude mcp add command.
  • Claude Desktop — copy JSON, paste into claude_desktop_config.json, restart.

What does the script actually do?

The bash script is short and inspectable. View source any time:

curl -fsSL https://unyly.org/api/install/gmail

It uses python3 to safely merge JSON — your existing MCP servers are not touched.

Removing an MCP

unyly remove gmail

Is it safe?

We never read your existing config or send anything off your machine — the script writes only the entry for the MCP you asked for. Security questions — email [email protected].