# Productivity ChatGPT Plugins

> Source: https://aiwiki.ai/wiki/productivity_chatgpt_plugins
> Updated: 2026-06-24
> Categories: AI Tools & Products, ChatGPT
> From AI Wiki (https://aiwiki.ai), a free encyclopedia of artificial intelligence. Quote with attribution.

*See also: [ChatGPT Plugins](/wiki/chatgpt_plugins), [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories) and [Productivity](/wiki/productivity)*

**Productivity ChatGPT Plugins** were a now-deprecated category of third-party extensions inside [ChatGPT](/wiki/chatgpt) that connected the chatbot to external work tools such as task managers, email, calendars, file storage, automation services, and computational notebooks. They are historical: the plugins beta operated from March 23, 2023 until April 9, 2024, when [OpenAI](/wiki/openai) shut it down in favor of [GPTs](/wiki/gpts) (custom versions of ChatGPT), the [GPT Store](/wiki/gpt_store), GPT Actions, built-in connectors, and later the [Model Context Protocol](/wiki/model_context_protocol). No ChatGPT plugin remains installable or usable today. [1][2][3]

During the beta, productivity plugins were among the most heavily used categories. They let users delegate routine office tasks, run cross-application automations, query corporate documents, and analyze data without leaving the ChatGPT interface. After the shutdown, those capabilities migrated into purpose-built [Custom GPTs](/wiki/custom_gpts), into platform-native assistants such as [Microsoft 365 Copilot](/wiki/microsoft_365_copilot), Google Workspace [Gemini](/wiki/gemini), and [Notion AI](/wiki/notion_ai), into ChatGPT's own native connectors, and into the broader category of [AI agents](/wiki/ai_agents). [2][3]

## When were ChatGPT plugins released and when were they deprecated?

OpenAI announced ChatGPT plugins on March 23, 2023, describing them as tools designed specifically for language models that help ChatGPT access up-to-date information, run computations, or use third-party services. OpenAI framed plugins as a way to give a model what it called "eyes and ears," letting it reach information that is "too recent, too personal, or too specific to be included in the training data." [1] The launch wave included 12 third-party partners chosen to demonstrate the breadth of the system: Expedia, FiscalNote, Instacart, KAYAK, Klarna, Milo, OpenTable, Shopify, Slack, Speak, Wolfram, and Zapier, along with two first-party plugins for browsing and a code interpreter. [1][4]

Access opened in alpha to ChatGPT Plus subscribers and waitlisted developers. Over the following months the catalog grew rapidly, and by late 2023 the in-product plugin store listed on the order of a thousand plugins. [14]

On November 6, 2023, at the first OpenAI DevDay, the company introduced GPTs, a way for users to build customized versions of ChatGPT for specific tasks. GPTs supported the same kind of external tool calls that plugins offered, but bundled instructions, knowledge files, and Actions into a single shareable artifact. [2] Shortly afterward OpenAI announced that the plugins beta would end. Users could no longer install new plugins or start fresh plugin conversations after March 19, 2024, and existing plugin conversations stopped working on April 9, 2024. [3][10] The [GPT Store](/wiki/gpt_store) launched on January 10, 2024, with a dedicated Productivity category as one of its main browsing tabs, by which point users had already created more than 3 million custom GPTs. [11]

In its release notes, OpenAI told plugin users directly: "Based on the adoption of GPTs by both users and builders, we've decided to wind down the plugin beta." [3]

| Date | Event |
|------|-------|
| March 23, 2023 | ChatGPT plugins announced with 12 launch partners |
| May 12, 2023 | Plugins rolled out broadly to ChatGPT Plus |
| November 6, 2023 | GPTs unveiled at OpenAI DevDay |
| January 10, 2024 | GPT Store opens with a Productivity category; 3M+ GPTs already created |
| March 19, 2024 | New plugin installs and conversations disabled |
| April 9, 2024 | Existing plugin conversations stopped working (plugins fully retired) |

## What did productivity plugins do?

Productivity plugins shared a common architecture. Each plugin was described by a manifest file and an OpenAPI specification that ChatGPT consumed at install time. [1] When the user typed a request, ChatGPT decided whether to call one or more installed plugins, sent structured arguments to the plugin endpoint, received a response, and incorporated it into the reply. This gave the chatbot the ability to read and write data in external systems through natural language.

In the productivity category specifically, the typical patterns were:

* connecting ChatGPT to a multi-app automation layer so that a single prompt could touch many work tools at once
* querying personal documents, spreadsheets, and PDFs without copying their contents into the chat
* running calculations, generating charts, or executing code in a hosted notebook environment
* fetching live information from external knowledge sources to compose drafts, summaries, or analyses

Users could install up to three plugins simultaneously in a single conversation, which encouraged combinations such as a PDF reader plus an automation tool plus a calculator.

## Which were the notable productivity plugins?

The following plugins were widely cited in the productivity category during the plugins beta. All claims below describe behavior during that beta period; none of these plugins remain available through ChatGPT today.

### zapier

The [Zapier](/wiki/zapier) plugin was one of the original launch partners on March 23, 2023, and became the most prominent productivity plugin during the beta. [1] It let ChatGPT trigger Zaps that connected thousands of apps, including Google Sheets, Gmail, Slack, Trello, Asana, HubSpot, and Salesforce. Through the plugin a user could ask ChatGPT to draft and send an email, add a row to a spreadsheet, create a calendar event, or post a message to [Slack](/wiki/slack), all without leaving the chat window.

Zapier published a sunset notice stating that "Your ChatGPT conversations using the Zapier ChatGPT plugin will stop working on April 9, 2024," and directed users toward its Zapier AI Actions interface (later Zapier Central), which integrated with [Custom GPTs](/wiki/custom_gpts) through GPT Actions and exposed, in Zapier's words, "20K+ searches and actions across 9,000+ apps." [10]

### wolfram

The Wolfram plugin connected ChatGPT to Wolfram|Alpha and the Wolfram Language. Stephen Wolfram described the integration in a March 2023 essay titled *ChatGPT Gets Its Wolfram Superpowers!*. [8] The plugin let ChatGPT perform symbolic mathematics, unit conversions, scientific computations, and curated factual lookups on topics such as chemistry, geography, astronomy, nutrition, and finance. While not strictly an office tool, it was widely used for productivity tasks that required precise numerical answers, structured data, or computable knowledge that the base language model could not reliably produce on its own.

### noteable

Noteable launched a ChatGPT plugin on May 11, 2023 that turned ChatGPT into a front end for a hosted Jupyter notebook environment. [9] Users could describe a dataset and an analysis in plain English, and ChatGPT would generate [Python](/wiki/python) code, run it in a Noteable notebook, return charts and tables, and store the resulting notebook for later editing. The plugin made [data analysis](/wiki/data_analysis) workflows accessible to people who did not write code regularly, and it was one of the more popular productivity entries in the catalog. Noteable as a company ceased operations in December 2023, ahead of the broader plugin shutdown.

### askyourpdf and chatwithpdf

Two widely used document plugins, AskYourPDF and ChatWithPDF, allowed ChatGPT to ingest a PDF by URL or upload reference, build a semantic index, and answer questions or produce summaries grounded in the document. They were popular for research, contract review, study aids, and report drafting. Both relied on a [retrieval augmented generation](/wiki/retrieval_augmented_generation) approach in which the plugin returned the most relevant passages and ChatGPT composed the final answer.

### speak

Speak, a language tutoring plugin, was a launch partner on March 23, 2023. [1] It provided pronunciation guidance, idiomatic translations, and short conversational drills in multiple languages. It is sometimes grouped under education rather than productivity, but it appeared frequently in productivity contexts because users adopted it for business communication, travel, and email drafting in a second language.

### slack

Slack appeared on the original launch list. [1] The plugin let users summarize channels, search message history, and post replies through ChatGPT, framed as a way for knowledge workers to stay on top of conversations without manually scrolling through threads. Slack later rolled its AI features into its own native Slack AI offering and into Salesforce Einstein Copilot.

### prompt perfect and other prompt helpers

A cluster of plugins focused on improving the prompts users sent to ChatGPT itself. Prompt Perfect was the most cited example. These tools rewrote a short user request into a more detailed and structured prompt before it was processed, which improved output quality on tasks such as writing, planning, and summarization. They reflected the way [prompt engineering](/wiki/prompt_engineering) became its own micro-discipline during 2023.

### other commonly listed productivity plugins

Third-party roundups during 2023 also frequently cited plugins for tasks such as scheduling, web browsing, link reading, video transcription, and meeting note capture. Because the plugin store was open to third parties and changed frequently, individual plugins came and went without formal announcements. This wiki only lists plugins that can be cross-referenced to multiple primary sources.

## What were typical productivity-plugin workflows?

The productivity value of plugins came less from any single tool than from chains of actions invoked from a single chat. Common patterns reported in launch coverage and user write-ups included:

| Workflow | Plugins typically used |
|----------|------------------------|
| Draft, review, and send an email | Zapier plus a PDF or web reader |
| Summarize a long document and create follow-up tasks | AskYourPDF or ChatWithPDF plus Zapier |
| Pull a data file, analyze it, and chart the result | Noteable plus a web reader |
| Compose a multilingual reply | Speak plus Zapier |
| Run a precise calculation inside a written report | Wolfram |
| Triage messages and post a response | Slack plus Zapier |

These workflows are now usually handled either by [Custom GPTs](/wiki/custom_gpts) with GPT Actions, by built-in connectors such as the Gmail, Calendar, and Drive integrations that ChatGPT later added directly, or by competing assistants embedded inside the source application.

## Why were ChatGPT plugins deprecated?

OpenAI's stated reason for ending the plugins beta was that GPTs offered a better way to reach users: "Based on the adoption of GPTs by both users and builders, we've decided to wind down the plugin beta." [3] Several practical issues with plugins had become visible during 2023:

* **discovery**. The plugin store sat behind a model picker and a per-conversation toggle. Most ChatGPT Plus users never installed plugins or used them rarely.
* **install friction**. Users had to choose up to three plugins per conversation, and switching plugins often required starting a new chat. This conflicted with the way people actually moved between tasks.
* **inconsistent reliability**. Plugins were maintained by third parties, and quality varied. A plugin might be slow, return badly formatted data, or break without notice.
* **trust and safety**. OpenAI had to review plugin manifests, monitor data flows, and respond to abuse reports. Reviewing thousands of submissions was a significant operational load.
* **architectural fit**. Plugins handled tool calls but did not bundle the system prompts, knowledge files, or branding that builders wanted. GPTs combined all of those into a single shareable object.

OpenAI announced the wind-down with about a one-month notice and provided guidance for plugin developers to migrate their endpoints into GPT Actions, which use the same OpenAPI specification format. As OpenAI put it, "Migrating from the plugins beta is easy with the ability to use your existing plugin manifest to define actions for your GPT." [3]

## What replaced ChatGPT plugins?

Several product categories absorbed the use cases that productivity plugins had served.

### custom gpts and the gpt store

[Custom GPTs](/wiki/custom_gpts) are user-created versions of ChatGPT that combine instructions, optional knowledge files, and Actions, which are the direct successor to plugins. [2] The [GPT Store](/wiki/gpt_store) launched on January 10, 2024 with Productivity as one of its main categories, alongside Writing, Research and Analysis, Programming, Education, DALL-E, and Lifestyle. [11] GPTs that replicate plugin-style workflows, such as document Q&A, scheduling assistants, and code execution helpers, populate the Productivity tab. By the store's launch OpenAI reported that users had created over 3 million custom GPTs. [11]

### microsoft 365 copilot

[Microsoft 365 Copilot](/wiki/microsoft_365_copilot) became generally available for enterprise customers on November 1, 2023, priced at 30 US dollars per user per month for qualifying Microsoft 365 plans. [12] Built on the same family of [OpenAI](/wiki/openai) models that power ChatGPT, it is embedded directly inside Word, Excel, PowerPoint, Outlook, and Teams, and it can reach across a tenant's emails, meetings, chats, and documents through the Microsoft Graph. [12][13] For many enterprise users, Copilot replaced the need for a Zapier-style ChatGPT plugin entirely because the assistant already lived inside the productivity tools.

### google workspace gemini

Google integrated [Gemini](/wiki/gemini) into Google Workspace as an assistant inside Gmail, Docs, Sheets, Slides, Meet, and Drive. The combination covers most of the productivity surface area that plugins for Gmail and Google Drive had offered, with the advantage of operating on Workspace data through native APIs rather than third-party connectors.

### notion ai and other in-app assistants

[Notion AI](/wiki/notion_ai) added drafting, summarization, and Q&A directly inside Notion workspaces. Similar in-app assistants now ship in Slack, Asana, Trello, Atlassian, Salesforce, and many other productivity tools, often using OpenAI or Anthropic models behind the scenes. The pattern of pulling AI into the source application, rather than pushing the application into ChatGPT, became dominant in 2024 and 2025.

### chatgpt connectors, apps, and the model context protocol

ChatGPT itself added direct connectors for Gmail, Google Calendar, Google Drive, Microsoft 365, GitHub, and other services after the plugins shutdown, controlled through account settings rather than a per-conversation install. These connectors cover much of the original Zapier-plugin use case for individual users and are managed centrally by OpenAI rather than by third parties.

The longer-term successor to the plugin idea is an open standard rather than a proprietary store. The [Model Context Protocol](/wiki/model_context_protocol) (MCP), introduced by Anthropic in November 2024, standardizes how AI applications connect to external tools and data sources. OpenAI adopted MCP across its products in March 2025 and added full MCP support inside ChatGPT in 2025, letting developers register MCP servers for both read and write actions. In December 2025 OpenAI renamed ChatGPT "connectors" to "apps," built on MCP. MCP solved the cross-vendor fragmentation that the closed plugin manifest had not: where every plugin had targeted ChatGPT alone, a single MCP server can serve ChatGPT, [Claude](/wiki/claude), and other clients at once. [15]

## How did productivity plugins relate to other plugin categories?

Productivity plugins overlapped meaningfully with several adjacent categories. Document and PDF tools sat between productivity and research. Notebook plugins overlapped with developer tools. Travel and shopping plugins, while not strictly productivity, were often used in productivity workflows such as booking trips for clients or ordering supplies. The full taxonomy is documented at [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories), and the broader history of the program at [ChatGPT Plugins](/wiki/chatgpt_plugins).

## What is the historical significance of productivity plugins?

The productivity plugins beta is now usually framed as a transitional product. It demonstrated that a general-purpose chatbot could orchestrate calls to many specialized services, and it gave [OpenAI](/wiki/openai) and the broader ecosystem roughly a year of experience designing function-calling interfaces, manifest formats, and authentication flows. Most of those design lessons carried directly into GPT Actions, into the standardized [function calling](/wiki/function_calling) features in the OpenAI API, into the open [Model Context Protocol](/wiki/model_context_protocol), and into the larger conversation about [AI agents](/wiki/ai_agents) that took center stage in 2024 and 2025. The category's short, roughly 12-month life also made clear that distribution and discovery, not raw capability, were the binding constraints on consumer AI tooling at this stage of the field's development.

## see also

* [ChatGPT Plugins](/wiki/chatgpt_plugins)
* [ChatGPT Plugin Categories](/wiki/chatgpt_plugin_categories)
* [GPTs](/wiki/gpts)
* [Custom GPTs](/wiki/custom_gpts)
* [GPT Store](/wiki/gpt_store)
* [Model Context Protocol](/wiki/model_context_protocol)
* [Function calling](/wiki/function_calling)
* [Microsoft 365 Copilot](/wiki/microsoft_365_copilot)
* [Notion AI](/wiki/notion_ai)
* [Gemini](/wiki/gemini)
* [ChatGPT](/wiki/chatgpt)
* [OpenAI](/wiki/openai)
* [Productivity](/wiki/productivity)
* [AI Agents](/wiki/ai_agents)
* [Retrieval Augmented Generation](/wiki/retrieval_augmented_generation)

## References

1. OpenAI. *ChatGPT plugins*. March 23, 2023. https://openai.com/index/chatgpt-plugins/
2. OpenAI. *Introducing GPTs*. November 6, 2023. https://openai.com/index/introducing-gpts/
3. OpenAI. *ChatGPT Release Notes* (Winding down the ChatGPT plugins beta). https://help.openai.com/en/articles/6825453-chatgpt-release-notes
4. TechCrunch. Devin Coldewey. *OpenAI connects ChatGPT to the internet*. March 23, 2023. https://techcrunch.com/2023/03/23/openai-connects-chatgpt-to-the-internet/
5. The Register. *OpenAI rolls out ChatGPT plugins for third parties*. March 26, 2023. https://www.theregister.com/2023/03/26/openai_chatgpt_plugins/
6. Computerworld. *OpenAI's ChatGPT gets support for a dozen application plug-ins*. https://www.computerworld.com/article/1620993/openais-chatgpt-gets-support-for-a-dozen-application-plug-ins.html
7. Skift. *Expedia and Kayak Offer Early Convergence of ChatGPT and Travel Booking*. March 23, 2023. https://skift.com/2023/03/23/expedia-and-kayak-offer-early-convergence-of-chatgpt-and-travel-booking/
8. Stephen Wolfram. *ChatGPT Gets Its Wolfram Superpowers!*. March 2023. https://writings.stephenwolfram.com/2023/03/chatgpt-gets-its-wolfram-superpowers/
9. Noteable / PR Newswire. *Noteable Launches ChatGPT Plugin Revolutionizing Access to Data Analysis Regardless of Technical Ability*. May 11, 2023. https://www.prnewswire.com/news-releases/noteable-launches-chatgpt-plugin-revolutionizing-access-to-data-analysis-regardless-of-technical-ability-301821663.html
10. Zapier. *Sunsetting the Zapier ChatGPT plugin: what you need to know*. https://help.zapier.com/hc/en-us/articles/24785309335565-Sunsetting-the-Zapier-ChatGPT-plugin-what-you-need-to-know
11. OpenAI. *Introducing the GPT Store*. January 10, 2024. https://openai.com/index/introducing-the-gpt-store/
12. Microsoft. *Announcing Copilot for Microsoft 365 general availability and Microsoft 365 Chat*. September 21, 2023. https://www.microsoft.com/en-us/microsoft-365/blog/2023/09/21/announcing-microsoft-365-copilot-general-availability-and-microsoft-365-chat/
13. Wikipedia. *Microsoft Copilot*. https://en.wikipedia.org/wiki/Microsoft_Copilot
14. OpenAI Developer Community discussion: *Have plugins been replaced completely?*. https://community.openai.com/t/have-plugins-been-replaced-completely/475694
15. Wikipedia. *Model Context Protocol*. https://en.wikipedia.org/wiki/Model_Context_Protocol

