Aden
ProductApps & integrations

MCP apps

Connect Aden to Cursor, Claude, ChatGPT, VS Code and other MCP clients. One click for the clients that support an install deeplink, copy-paste config for the rest.

What it is

Aden exposes a hosted MCP server (https://mcp.aden.space/mcp) with read-only tools over your catalog. The Apps page lists every client you can point at it and walks you through connecting one.

One-click setup

Clients that support an install deeplink or a single CLI command get a primary action at the top of their setup section, and a 1-click badge in the apps list:

ClientActionWhat happens
CursorAdd to CursorOpens Cursor's install dialog with the Aden server pre-filled. Confirm, then sign in.
VS CodeAdd to VS CodeOpens VS Code's mcp/install dialog with the HTTP server pre-filled.
LM StudioAdd to LM StudioOpens LM Studio's add-MCP dialog with the Aden server pre-filled.
GooseAdd to GooseOpens Goose with the Aden streamable-HTTP extension pre-filled.
Claude CodeCopy install commandclaude mcp add aden --transport http <url>
Gemini CLICopy install commandgemini mcp add aden <url> --transport http

The chat apps can't be one-click (yet)

ChatGPT, Claude and Perplexity have no documented install deeplink. A custom connector is always name + URL typed into a dialog. They get the next best thing: the server URL with a copy button, next to a link that lands on the exact settings page.

ClientSettings link
ChatGPThttps://chatgpt.com/#settings/Connectors (Developer mode, Plus/Pro/Business+)
Claudehttps://claude.ai/customize/connectors (owners: https://claude.ai/admin-settings/connectors)
Perplexityhttps://www.perplexity.ai/account/connectors (Pro/Enterprise)

The only real one-click path for these is getting listed in their directories (ChatGPT apps directory, Claude connectors directory): a submission, not a link we can build.

Windsurf's windsurf://windsurf-mcp-registry?serverName=… deeplink only opens registry-listed servers, so it can't carry a custom URL either. Cline, Zed, Continue and Raycast expose no install deeplink.

Every client still shows the manual steps and the raw config below the one-click action. The deeplink is a shortcut, not the only path.

Authentication

The install only registers the server. The first tool call triggers an OAuth sign-in with your Aden account, and access is scoped to the teams you belong to. For programmatic access use an API key instead.

Was this helpful?

On this page