Integrating ChatGPT into your browser deeply, everything you need is here
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"chatGPTBox": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-chatGPTBox"
]
}
}
}