Install MCP Without Terminal — Unyly
No command line needed: install MCP servers into Claude, Cursor or VS Code via deep-links and generated configs. For non-developers too.
▸ TL;DR
The simplest path: open Unyly catalog, find the MCP you need, and hit the one-click install button — no JSON editing required. Unyly auto-detects your client and generates the right config.
Steps
- 01
Open the catalog
Browse unyly.org like an app store — descriptions, security scans, ratings.
- 02
One click
Install buttons use deep-links (cursor://, vscode://) — the client opens and registers the server itself. Remote MCPs connect by URL with OAuth.
Every no-terminal route, mapped
Four routes, none touches a command line. 1) Deep-links: the Install button opens Cursor / VS Code / Claude Desktop directly and the app registers the server after one confirmation click. 2) Desktop Extensions: drag a .mcpb file into Claude Desktop → Settings → Extensions. 3) Remote servers: paste a URL into your client’s connectors/integrations settings (works in claude.ai web and ChatGPT too) and pass an OAuth screen. 4) The Unyly Gateway: connect gateway.unyly.org/mcp once as a remote server and reach the whole catalog through it — nothing else to install, ever.
One honest limitation
Local (stdio) servers still run a process on your machine, so under the hood they need Node.js or Python installed — the deep-link only spares you the config editing, not the runtime. If you want a truly zero-install experience, filter the catalog to remote servers, or use hosted runners / the Gateway: the server runs in the cloud and your client just connects to a URL.
Why through Unyly
- 93,000+ MCPs in catalog, updated every 6 hours
- Semantic search — type what you want, not exact name
- Auto-verified for security — we scan for leaked secrets
- Version pinning + update notifications
- One-click for Claude Desktop, Cursor, Claude Code, VS Code
- Side-by-side comparison pages (compare two MCPs)
- Hosted runners — run MCPs in the cloud if you don't want them local
FAQ
Do I need the command line at all?▸
No. Deep-links register local servers, and remote servers connect by URL with an OAuth prompt inside the client.
I am not a developer — will I manage?▸
Yes: search by task, click Install, follow the wizard. Security scans explain in plain words what access a server asks for.
More guides
How to Install an MCP Server in 30 Seconds
The simplest way to install any Model Context Protocol server in Claude Desktop, Claude Code, Cursor or VS Code. One click via Unyly, zero JSON editing.
How to Install MCP in Claude Desktop (No JSON)
Install any MCP server in Claude Desktop without touching claude_desktop_config.json. Uses Unyly deeplink protocol — one click and you are done.
How to Install MCP in Claude Code
Add MCP servers to Claude Code (CLI) with one command. Browse Unyly catalog, get the exact `claude mcp add` line, paste in terminal.
How to Install MCP in Cursor IDE
Add MCP servers to Cursor IDE with one click. Unyly catalog generates Cursor-compatible install via cursor:// deeplink protocol.