openai/chatgpt

MCP Server

ChatGPT MCP Server - ChatGPT conversations over MCP

ChatGPT collaboration MCP server. Send queries to ChatGPT from other AI tools.

MCP Server

  • Package: @chinchillaenterprises/mcp-chatgpt
  • Transport: stdio
  • Command: npx @chinchillaenterprises/mcp-chatgpt

Authentication

OpenAI API key

VariableRequiredDescription
OPENAI_API_KEYYesOpenAI API key

Available Tools

ToolDescription
*Auto-discovered*ChatGPT interaction tools

Configuration Example

toml
[[mcp.servers]]
name = "chatgpt"
type = "stdio"
command = "npx"
args = ["-y", "@chinchillaenterprises/mcp-chatgpt"]
timeout_seconds = 60
env = { OPENAI_API_KEY = "your-value" }
tools = []