Skip to content
16 changes: 15 additions & 1 deletion sources/platform/integrations/ai/claude/claude-desktop.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,24 @@ The remote server at `https://mcp.apify.com` is the recommended way to connect.
- OAuth authentication - secure sign-in through your browser, no API token needed
- No local dependencies - nothing to install or maintain on your machine

To set up the remote server, [add a custom connector](https://support.claude.com/en/articles/11175166) in Claude Desktop and use `https://mcp.apify.com` as the server URL.
Add the remote server as a custom connector. Remote connectors run on Anthropic's servers, so the same connector works in Claude Desktop and in claude.ai. On Team and Enterprise plans, an Owner or Primary Owner has to [add the connector for the whole organization](https://support.claude.com/en/articles/11175166) instead.

1. In Claude, open **Settings**, then select **Connectors**.
1. Select **Add**, then select **Add custom connector**. In claude.ai, you can also [open the **Add custom connector** dialog](https://claude.ai/new?modal=add-custom-connector#settings/customize-connectors) directly.
1. Fill in the dialog:
- **Name** - A name for the connector, for example `Apify`
- **Remote MCP server URL** - The Apify MCP server address, `https://mcp.apify.com`, or a custom URL that exposes only selected tools
1. Select **Continue**. Claude checks the server and pre-fills the next screen with the authentication and OAuth settings it detects.
1. Keep the detected settings and select **Add**.

On first connection, your browser opens to sign in to Apify and authorize the connection.

:::tip Connect only the tools you need

`https://mcp.apify.com` exposes the default tool set. To expose specific Actors or MCP tools, build your setup in the [Apify MCP server configurator](https://mcp.apify.com) and use the URL it generates as the server URL. For the full list of options, read about [tool selection](/integrations/mcp#tool-selection).

:::

### One-click installation

Search for "Apify" in the [Claude Desktop connector directory](https://support.claude.com/en/articles/11175166) and install the connector.
Expand Down
Loading