diff --git a/docs/setup.md b/docs/setup.md index cdb5b86f..60a6258f 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -254,6 +254,8 @@ Add mcpproxy as a remote MCP server via Settings โ†’ Connectors โ†’ Add Custom C #### Option A: Free Plan โ€” JSON Configuration +> **๐Ÿ’ก One-click:** mcpproxy's built-in **Connect** wizard (Web UI / tray) can write this bridge configuration for you automatically โ€” pick **Claude Desktop** and click **Connect**. It registers the `npx -y mcp-remote` bridge shown below (Node.js required). The manual steps remain available if you prefer to edit the file yourself. + 1. Create the config file if it doesn't exist: **macOS:** diff --git a/frontend/src/components/ConnectModal.vue b/frontend/src/components/ConnectModal.vue index ffcc0628..6851bcbc 100644 --- a/frontend/src/components/ConnectModal.vue +++ b/frontend/src/components/ConnectModal.vue @@ -33,11 +33,12 @@
{{ client.name }}
{{ client.config_path }}
+
{{ client.note }}
{{ client.reason || 'Not supported' }} - Config not found + Config not found