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
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/chatgpt.md
+15-16Lines changed: 15 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,15 @@ slug: /integrations/chatgpt
10
10
11
11
---
12
12
13
-
The _ChatGPT_ integration enables you to connect ChatGPT to Apify's extensive library of Actors through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro). This allows ChatGPT to use Apify tools and Actors directly in conversations, providing real-time web data access and automation capabilities.
13
+
The _ChatGPT_ integration enables you to connect ChatGPT to Apify's extensive library of Actors through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro).
14
+
This allows ChatGPT to use Apify tools and Actors directly in conversations, providing real-time web data access and automation capabilities.
15
+
16
+
You can use any [Apify Actor](https://apify.com/store) with ChatGPT.
17
+
By default, the Apify MCP server exposes a set of tools that lets you search and use Actors directly.
18
+
19
+
**Example query:**
20
+
21
+
> "Find and run an Actor that scrapes Instagram profiles, and get the profile of @natgeo"
14
22
15
23
In this tutorial, you'll learn how to connect ChatGPT to the **Apify MCP server** using a custom connector.
16
24
@@ -32,8 +40,8 @@ Before connecting ChatGPT to Apify, you'll need:
32
40
-**Name** – a user-facing title, e.g., `apify-mcp`
33
41
-**Description** – a short description of what the connector does
34
42
-**MCP Server URL** – choose one of the following:
35
-
-`https://mcp.apify.com`— use the default set of Apify tools
36
-
-`https://mcp.apify.com?tools=actors,docs,mtrunkat/url-list-download-html`— use specific tools
43
+
-`https://mcp.apify.com`- use the default set of Apify tools
44
+
-`https://mcp.apify.com?tools=actors,docs,mtrunkat/url-list-download-html`- use specific tools
37
45
- Refer to [mcp.apify.com](https://mcp.apify.com) for details
38
46
-**Authentication** – OAuth, you don’t need to provide a client ID or secret.
39
47
@@ -50,7 +58,7 @@ If you try to use a connector with social media scrapers like Instagram or TikTo
50
58
You can still use these Actors with ChatGPT by including them when initially setting up the connector.
51
59
:::
52
60
53
-
##Authorize access
61
+
3. Authorize access
54
62
55
63
Click **Create** to proceed to the authentication page.
56
64
You’ll be redirected to the Apify website to authorize ChatGPT to access your Apify account.
@@ -74,20 +82,11 @@ You should see ChatGPT calling Apify tools — such as the [RAG Web Browser](htt
You can use any [Apify Actor](https://apify.com/store) with ChatGPT. By default, the Apify MCP server exposes a set of tools that lets you search and use Actors directly.
80
-
81
-
**Example query:**
82
-
83
-
> "Find and run an Actor that scrapes Instagram profiles, and get the profile of @natgeo"
84
-
85
-
86
85
## Limitations
87
86
88
-
- MCP integration in ChatGPT is still in *beta* and may have some limitations or bugs.
89
-
- Tool selection and execution can be *slow*, especially with the latest GPT models.
90
-
-*Custom connectors* are only available in ChatGPT *Developer mode*.
87
+
- MCP integration in ChatGPT is still in _beta_ and may have some limitations or bugs.
88
+
- Tool selection and execution can be _slow_, especially with the latest GPT models.
89
+
-_Custom connectors_ are only available in ChatGPT _Developer mode_.
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/openai_agents.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,8 @@ sidebar_position: 13
6
6
slug: /integrations/openai-agents
7
7
---
8
8
9
-
The _OpenAI Agents Python SDK_ enables you to build AI agents powered by OpenAI's language models that can use tools, manage context, and interact with external systems through the [Model Context Protocol (MCP)](https://openai.com/research/model-context-protocol). By connecting to the Apify MCP server, your agents can access Apify's extensive library of Actors to perform web scraping, data extraction, and automation tasks in real time.
9
+
The _OpenAI Agents Python SDK_ enables you to build AI agents powered by OpenAI's language models that can use tools, manage context, and interact with external systems through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro).
10
+
By connecting to the Apify MCP server, your agents can access Apify's extensive library of Actors to perform web scraping, data extraction, and automation tasks in real time.
10
11
11
12
For more details about the OpenAI Agents SDK, refer to the [official documentation](https://openai.github.io/openai-agents-python/).
0 commit comments