openai/openai-developers-for-cursor
JavaScript
Captured source
source ↗openai/openai-developers-for-cursor
Description: OpenAI Developers plugin for Cursor
Language: JavaScript
License: Apache-2.0
Stars: 0
Forks: 1
Open issues: 4
Created: 2026-05-26T18:53:58Z
Pushed: 2026-06-23T03:03:56Z
Default branch: main
Fork: no
Archived: no
README:
OpenAI Developers Plugin for Cursor
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.
What Is Included
.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 OpenAI documentation.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.
Install
Install from GitHub in Cursor:
/add-plugin https://github.com/openai/openai-developers-for-cursor.git
Verify
After installation, ask Cursor Agent:
1. what is the newest OpenAI model? 2. write a small Responses API example 3. help 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.
Local Validation
npm test
License
This project is licensed under the [Apache License 2.0](LICENSE).
Notability
notability 5.0/10New developer resource for Cursor IDE by OpenAI.