Back to directory
automateyournetwork/chatgpt_mcp

automateyournetwork/chatgpt_mcp

@automateyournetwork

An MCP Server for chatGPT Chat Completions

chatgptopenaimcp-serverllmchat-completionsai-agentpythontool

Installation & Configuration

{
  "mcpServers": {
    "chatgpt": {
      "command": "python3",
      "args": [
        "server.py",
        "--oneshot"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>"
      }
    }
  }
}

Information

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