This plugin is the Cursor-facing bundle for OpenAI developer workflows. It pairs the public OpenAI Docs MCP server with Cursor-native skills so users can build AI applications, agents, and ChatGPT Apps from Cursor.
.cursor-plugin/plugin.jsondeclares theOpenAI DevelopersCursor plugin and logo.mcp.jsonconfigures the public OpenAI Docs MCP server.skills/openai-docs/routes OpenAI product, API, model, and SDK questions through live OpenAI documentation, including current-model metadata and explicit-model guidance.skills/openai-platform-api-key/guides localOPENAI_API_KEYsetup for API-backed work.skills/openai-api-troubleshooting/classifies common runtime API failures and routes users to the right next step.skills/agents-sdk/helps plan and build Agents SDK applications.skills/build-chatgpt-app/helps design and implement ChatGPT Apps SDK projects.skills/chatgpt-app-submission/prepares submission-oriented ChatGPT Apps guidance.assets/openai-platform.pngprovides the plugin logo.
For Cursor Teams or Enterprise, import this repository through a team marketplace:
- Open Dashboard -> Settings -> Plugins in Cursor.
- Under Team Marketplaces, select Add Marketplace.
- Select Import from Repo and enter
https://github.com/openai/openai-developers-for-cursor. - Add the OpenAI Developers plugin, configure team access, and save the marketplace.
- Install the plugin from the Plugins panel in Cursor.
On Enterprise plans, only admins can add team marketplaces. See Cursor's plugin installation documentation for details.
After installation, ask Cursor Agent:
what is the newest OpenAI model?write a small Responses API examplehelp me set up OPENAI_API_KEY for this repo
The docs questions should use the OpenAI Docs MCP server. API-backed work requires a locally configured OPENAI_API_KEY; this plugin cannot create or retrieve API keys automatically.
npm testThis project is licensed under the Apache License 2.0.