You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(connect): one-click Claude Desktop via mcp-remote stdio bridge
Claude Desktop was marked unsupported in the Connect wizard because it
only speaks stdio, even though mcpproxy can be reached from it via an
`npx -y mcp-remote <mcpURL>` bridge (already documented in docs/setup.md).
- Flip claude-desktop to Supported=true and add a stdio-bridge branch to
buildServerEntry that writes `command: npx`, `args: [-y, mcp-remote, <mcpURL>]`.
- Add a Note field (ClientDef/ClientStatus) surfacing the bridge requirement;
render it in ConnectModal so users know the path uses mcp-remote (needs Node.js).
- Connected-state detection already matches the canonical `mcpproxy` entry name,
so bridge connections are tracked without a URL field.
- Docs: note the one-click wizard path in docs/setup.md; widen connect POST/DELETE
client-ID examples.
Related MCP-2479
Copy file name to clipboardExpand all lines: docs/setup.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -254,6 +254,8 @@ Add mcpproxy as a remote MCP server via Settings → Connectors → Add Custom C
254
254
255
255
#### Option A: Free Plan — JSON Configuration
256
256
257
+
> **💡 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.
0 commit comments