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
fix: Clarify ChatGPT integration details and example usage (#2147)
Clarifies ChatGPT–Apify MCP integration text, links to Actors Store, updates the example query, and revises the social-scraper limitation note.
---------
Co-authored-by: Marcel Rebro <[email protected]>
Copy file name to clipboardExpand all lines: sources/platform/integrations/ai/chatgpt.md
+6-8Lines changed: 6 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,13 @@ 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).
14
-
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](https://apify.com/store) through the [Model Context Protocol (MCP)](https://modelcontextprotocol.io/docs/getting-started/intro).
14
+
This allows ChatGPT to access real-time web data and automation capabilities by using Apify tools directly in conversations.
15
+
By default, the Apify MCP server exposes a set of tools that let you search and run any Actor you have access to, including all public Actors and rental Actors you have rented.
15
16
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.
17
+
_Example query_: "Find and run an Actor that scrapes Instagram profiles and gets the profile of @natgeo"
18
18
19
-
**An example query:** "Find and run an Actor that scrapes Instagram profiles, and get the profile of @natgeo"
20
-
21
-
In this tutorial, you'll learn how to connect ChatGPT to the **Apify MCP server** using a custom connector.
19
+
In this tutorial, you'll learn how to connect _ChatGPT_ to the _Apify MCP server_ using a custom connector.
22
20
23
21
## Prerequisites
24
22
@@ -76,7 +74,7 @@ You should see ChatGPT calling Apify tools — such as the [RAG Web Browser](htt
76
74
- MCP integration in ChatGPT is still in _beta_ and may have some limitations or bugs.
77
75
- Tool selection and execution can be _slow_, especially with the latest GPT models.
78
76
-_Custom connectors_ are only available in ChatGPT _Developer mode_.
79
-
- When creating connectors that include social media scrapers (Instagram, TikTok), you may encounter setup errors. These Actors work correctly once included during initial connector creation, but cannot be added later.
77
+
- When creating connectors that include social media scrapers (Instagram, TikTok), OpenAI may display a _Safety Scan_ warning indicating that some tools might fetch sensitive data.
0 commit comments