Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
fe30a2a
feat: Add chatgpt.md
jirispilka Nov 4, 2025
cf643f6
feat: Rewrite a bit
jirispilka Nov 4, 2025
c255787
feat: Rewrite
jirispilka Nov 4, 2025
3236e86
fix: lint
jirispilka Nov 4, 2025
bb25659
fix: finished chatgpt.md
jirispilka Nov 4, 2025
6994561
fix: updated openai_agents.md
jirispilka Nov 4, 2025
5334990
fix: update openai articles
jirispilka Nov 4, 2025
edc69bf
fix: update openai_agents.md
jirispilka Nov 4, 2025
d669538
fix: Update openai_agents.md
jirispilka Nov 4, 2025
6c0a7eb
fix: Final touches, polish
jirispilka Nov 4, 2025
d82aa79
fix: update index positions
jirispilka Nov 4, 2025
dfbbee1
Apply suggestions from code review
jirispilka Nov 21, 2025
e7e8166
Apply suggestions from code review
jirispilka Nov 21, 2025
d96f34d
fix: review fixes
jirispilka Nov 21, 2025
9b56256
fix: review fixes
jirispilka Nov 21, 2025
9353554
Merge branch 'master' into feat/chatgpt
jirispilka Nov 21, 2025
5e6191c
fix: review fixes
jirispilka Nov 21, 2025
04ea804
Apply suggestions from code review
jirispilka Nov 21, 2025
ded7834
Update sources/platform/integrations/ai/chatgpt.md
jirispilka Nov 21, 2025
ed752df
Update sources/platform/integrations/ai/chatgpt.md
jirispilka Nov 21, 2025
00d3380
Update sources/platform/integrations/ai/openai_assistants.md
jirispilka Nov 21, 2025
398bdb6
fix: remove the second admonition
jirispilka Nov 21, 2025
0fb751e
Merge remote-tracking branch 'origin/feat/chatgpt' into feat/chatgpt
jirispilka Nov 21, 2025
c9f4e78
Apply suggestion from @TC-MO
jirispilka Nov 21, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/agno.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Agno Integration
sidebar_label: Agno
description: Integrate Apify with Agno to power AI agents with web scraping, automation, and data insights.
sidebar_position: 17
sidebar_position: 19
slug: /integrations/agno
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/aws_bedrock.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Amazon Bedrock integrations
sidebar_label: Amazon Bedrock
description: Learn how to integrate Apify with Amazon Bedrock Agents to provide web data for AI agents
sidebar_position: 11
sidebar_position: 15
slug: /integrations/aws_bedrock
---

Expand Down
95 changes: 95 additions & 0 deletions sources/platform/integrations/ai/chatgpt.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
---
title: ChatGPT integration
sidebar_label: ChatGPT
description: Learn how to integrate Apify with ChatGPT to provide web context in real-time.
sidebar_position: 12
slug: /integrations/chatgpt
---

**Learn how to integrate Apify Actors with ChatGPT to provide web context in real-time.**

---

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.

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.

**An example query:** "Find and run an Actor that scrapes Instagram profiles, and get the profile of @natgeo"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here we have example query in regular prose, further in the document we use blockquote, could we maybe standarize it? @marcel-rbro what do you think?


In this tutorial, you'll learn how to connect ChatGPT to the **Apify MCP server** using a custom connector.

## Prerequisites

Before connecting ChatGPT to Apify, you'll need:

- _An Apify account_ - If you don't have an Apify account already, you can [sign up](https://console.apify.com/sign-up)
- _Apify API token_ - Get your API token from the **Integrations** section in [Apify Console](https://console.apify.com/account#/integrations). This token authorizes the MCP server to run Actors on your behalf. Make sure to keep it secure.
- _An OpenAI account with access to ChatGPT_ - You need an OpenAI account to use ChatGPT.
- _ChatGPT with Developer mode enabled_ - You must enable [Developer Mode](https://platform.openai.com/docs/guides/developer-mode) to add custom connectors (when the Developer mode is active, the message input box is outlined in orange).

## Create an MCP connector

1. In ChatGPT, go to **Settings > Apps & Connectors > Create**. If you don't see the **Create** button, enable Developer mode or reload the page.

2. Fill in the following fields:

- **Name** – a user-facing title, e.g., `apify-mcp`
- **Description** – a short description of what the connector does
- **MCP Server URL** – choose one of the following:
- `https://mcp.apify.com` - use the default set of Apify tools
- `https://mcp.apify.com?tools=actors,docs,mtrunkat/url-list-download-html` - use specific tools
- Refer to [mcp.apify.com](https://mcp.apify.com) for details
- **Authentication** – OAuth, you don’t need to provide a client ID or secret.

3. Select **Create** to proceed to the authentication page.
You’ll be redirected to the Apify website to authorize ChatGPT to access your Apify account.

![ChatGPT Create connection](../images/chatgpt-connector.png)

Once authorized, you’ll return to ChatGPT and see a success message with a list of tools available from the Apify MCP server.

:::caution Cannot modify tools after creation
ChatGPT does not allow modifying the selected tools after the connector is created.
If you need to add or remove tools later, you'll need to create a new connector.
:::

**Note:** If you try to use a connector with social media scrapers like Instagram or TikTok, you may see the error:
"Something went wrong with setting up the connection."
You can still use these Actors with ChatGPT by including them when initially setting up the connector.
Comment on lines +53 to +60
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this works, cause now it's still an admonition, just worse and not taking advantage of docusaurus capabilities :D. Let me tinker with few suggestions here to maybe try & incorporate it into the prose itself.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😊



## Try the MCP connector in ChatGPT

Once your connector is ready:

1. Open a **new chat** in ChatGPT.
1. Click the **+** button near the message composer and select **More**.
1. Choose your **Apify MCP connector** to add it to the conversation.
1. Ask ChatGPT to use Apify tools, for example:

> “Search the web and summarize recent trends in AI agents”

You’ll need to grant permission for each Apify tool when it’s used for the first time.
You should see ChatGPT calling Apify tools — such as the [RAG Web Browser](https://apify.com/apify/rag-web-browser) — to gather information.

![ChatGPT Apify tools](../images/chatgpt-with-rag-web-browser.png)

## Limitations

- MCP integration in ChatGPT is still in _beta_ and may have some limitations or bugs.
- Tool selection and execution can be _slow_, especially with the latest GPT models.
- _Custom connectors_ are only available in ChatGPT _Developer mode_.

## Related integrations

- [OpenAI Assistants integration](/platform/integrations/openai-assistants) - Use Apify Actors with OpenAI Assistants API via function calling
- [OpenAI Agents SDK integration](/platform/integrations/openai-agents) - Integrate Apify MCP server with OpenAI Agents SDK

## Resources

- [ChatGPT Developer mode](https://platform.openai.com/docs/guides/developer-mode) - Learn how to enable Developer Mode in ChatGPT
- [Connectors and MCP servers](https://platform.openai.com/docs/guides/tools-connectors-mcp) - Official OpenAI documentation on using MCP servers with ChatGPT
- [Apify MCP server](https://mcp.apify.com) - Interactive configuration tool for the Apify MCP server
- [Apify MCP documentation](/platform/integrations/mcp) - Complete guide to using the Apify MCP server
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/crewai.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 🤖🚀 CrewAI integration
sidebar_label: CrewAI
description: Learn how to build AI Agents with Apify and CrewAI 🤖🚀.
sidebar_position: 2
sidebar_position: 3
slug: /integrations/crewai
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/flowise.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Flowise integration
description: Learn how to integrate Apify with Flowise.
sidebar_label: Flowise
sidebar_position: 9
sidebar_position: 10
slug: /integrations/flowise
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/haystack.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Haystack integration
sidebar_label: Haystack
description: Learn how to integrate Apify with Haystack to work with web data in the Haystack ecosystem.
sidebar_position: 3
sidebar_position: 4
slug: /integrations/haystack
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/langchain.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 🦜🔗 LangChain integration
sidebar_label: LangChain
description: Learn how to integrate Apify with 🦜🔗 LangChain, in order to feed vector databases and LLMs with data crawled from the web.
sidebar_position: 4
sidebar_position: 5
slug: /integrations/langchain
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/langflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Langflow integration
sidebar_label: Langflow
description: Learn how to integrate Apify with Langflow low-code tool to build powerful AI agents and workflows that can use any API, model, or database.
sidebar_position: 5
sidebar_position: 6
slug: /integrations/langflow
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/langgraph.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: 🦜🔘➡️ LangGraph integration
sidebar_label: LangGraph
description: Learn how to build AI Agents with Apify and LangGraph 🦜🔘➡️.
sidebar_position: 6
sidebar_position: 8
slug: /integrations/langgraph
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/lindy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Lindy integration
description: Learn how to integrate Apify with Lindy.
sidebar_label: Lindy
sidebar_position: 7
sidebar_position: 9
slug: /integrations/lindy
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/llama.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: LlamaIndex integration
description: Learn how to integrate Apify with LlamaIndex in order to feed vector databases and LLMs with data crawled from the web.
sidebar_label: LlamaIndex
sidebar_position: 6
sidebar_position: 7
slug: /integrations/llama-index
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/mastra.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Mastra MCP integration
sidebar_label: Mastra
description: Learn how to build AI Agents with Mastra via Apify Actors MCP server
sidebar_position: 10
sidebar_position: 11
slug: /integrations/mastra
---

Expand Down
2 changes: 1 addition & 1 deletion sources/platform/integrations/ai/milvus.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
title: Milvus integration
description: Learn how to integrate Apify with Milvus (Zilliz) to save data scraped from the websites into the Milvus vector database.
sidebar_label: Milvus
sidebar_position: 13
sidebar_position: 16
slug: /integrations/milvus
toc_min_heading_level: 2
toc_max_heading_level: 4
Expand Down
Loading