Back to directory
docjay/mcp-openai-generated

docjay/mcp-openai-generated

@docjay

A Model Context Protocol (MCP) server that provides tools powered by OpenAI models.

openaimcptext-completionsummarizationquestion-answeringtext-classificationtypescripttool

Installation & Configuration

{
  "mcpServers": {
    "openai-mcp-server": {
      "command": "node",
      "args": [
        "--experimental-modules",
        "/ABSOLUTE/PATH/TO/YOUR/PROJECT/dist/index.js"
      ]
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/15
Updated
2026/6/17