ChatGPT-Web2API

Octo-Lex/ChatGPT-Web2API
★ 1 stars Python AI/LLM Updated 1d ago
OpenAI-compatible API proxy for ChatGPT web — expose ChatGPT as an MCP server, REST API, and OpenAI SDK endpoint via CDP-driven browser automation
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "chatgpt-web2api": {
      "command": "uvx",
      "args": [
        "chatgpt-web2api"
      ]
    }
  }
}

Or install with pip: pip install chatgpt-web2api

Topics

ai-agentbrowser-automationcdpchatgptmcpmcp-serveropenai-apireverse-proxy