Skip to content

Commit 48da323

Browse files
authored
Oauth section
1 parent 4039159 commit 48da323

File tree

1 file changed

+14
-0
lines changed
  • sources/platform/integrations/ai

1 file changed

+14
-0
lines changed

sources/platform/integrations/ai/mcp.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,20 @@ Before you start, make sure you have the following:
3434
1. _Apify API Token:_ Get your personal API token from the **Integrations** section in [Apify Console](https://console.apify.com/account#/integrations). This token will be used to authorize the MCP server to run Actors on your behalf.
3535
1. _MCP client:_ An AI agent or client that supports MCP. This could be Anthropic Claude for Desktop, a VS Code extension with MCP support, Apify’s web-based Tester MCP Client, or any custom client implementation. See supported MCP clients in [official documentation](https://modelcontextprotocol.io/clients).
3636

37+
## Example usage (Streamable HTTP with Oauth)
38+
39+
The easiest way how to connect is via Oauth. You just need server URL `https://mcp.apify.com` and to confirm your authentication to Apify in the browser. Depending on your MCP client, you'll either need a simple configuration or set it up in UI:
40+
41+
```json
42+
{
43+
"mcpServers": {
44+
"apify": {
45+
"url": "https://mcp.apify.com"
46+
}
47+
}
48+
}
49+
```
50+
3751
## Example usage (local stdio with Claude for Desktop)
3852

3953
Let’s walk through an example of using Claude for Desktop with the Apify MCP Server:

0 commit comments

Comments
 (0)