#Is there an MCP server available I can add in vscode, so it's more aware of how the openai js/ts lib
1 messages · Page 1 of 1 (latest)
Hi @waxen patrol. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
The knowledge sources do not mention any official MCP server specifically designed to teach or expose the OpenAI JavaScript/TypeScript library (the openai JS/TS SDK) to editors like VS Code.
What is documented is:
- How to use generic remote MCP servers and connectors with the OpenAI Responses API (e.g., the D&D dice “dmcp” server, Dropbox/Gmail connectors). [Connectors guide; MCP tool guide]
- How to build your own MCP server (for example, backed by a vector store or other private data) and then use it via ChatGPT connectors or the API. [Build MCP servers]
However, there is no reference in these sources to:
- An OpenAI-maintained MCP server for the JS/TS SDK, or
- A VS Code–specific MCP integration that would make the editor “more aware” of the OpenAI JS/TS library.
You could, in principle, build your own MCP server that exposes documentation or code-search over the JS/TS SDK (e.g., via a vector store) and then use it with compatible tools, but the steps and code for such a server are not provided in the current knowledge sources. [Build MCP servers]