Skip to content

Commit a1c3aab

Browse files
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]>
1 parent 58f0cd8 commit a1c3aab

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

sources/platform/integrations/ai/chatgpt.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ slug: /integrations/chatgpt
1010

1111
---
1212

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.
1516

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"
1818

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.
2220

2321
## Prerequisites
2422

@@ -76,7 +74,7 @@ You should see ChatGPT calling Apify tools — such as the [RAG Web Browser](htt
7674
- MCP integration in ChatGPT is still in _beta_ and may have some limitations or bugs.
7775
- Tool selection and execution can be _slow_, especially with the latest GPT models.
7876
- _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.
8078

8179
## Related integrations
8280

0 commit comments

Comments
 (0)