chatGPTBox (MCP Server)

GitHub

Integrating ChatGPT into your browser deeply, everything you need is here

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "chatGPTBox": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-chatGPTBox"
      ]
    }
  }
}