{"type":"mcp_client","name":"claude-chatgpt-mcp","description":"This repository provides a Model Context Protocol (MCP) tool enabling Claude to interact with the ChatGPT desktop app on macOS, allowing users to ask questions, view history, and continue conversations.","category":"Developer Tools","language":"TypeScript","stars":786,"forks":25,"owner":"syedazharmbnr1","github_url":"https://github.com/syedazharmbnr1/claude-chatgpt-mcp","homepage":null,"setup":"## Setup\n\n### Prerequisites\n\n- macOS with M1/M2/M3 chip\n- [ChatGPT desktop app](https://chatgpt.com/download) installed\n- [Bun](https://bun.sh/) installed\n- [Claude desktop app](https://claude.ai/desktop) installed\n\n### Installation Steps\n\n1. Clone this repository:\n\n```bash\ngit clone https://github.com/syedazharmbnr1/claude-chatgpt-mcp.git\ncd claude-chatgpt-mcp\n```\n\n2. Install dependencies:\n\n```bash\nbun install\n```\n\n3. Make sure the script is executable:\n\n```bash\nchmod +x index.ts\n```\n\n4. Update your Claude Desktop configuration:\n\nEdit your `claude_desktop_config.json` file (located at `~/Library/Application Support/Claude/claude_desktop_config.json`) to include this tool:\n\n```json\n\"chatgpt-mcp\": {\n  \"command\": \"/Users/YOURUSERNAME/.bun/bin/bun\",\n  \"args\": [\"run\", \"/path/to/claude-chatgpt-mcp/index.ts\"]\n}\n```\n\nMake sure to replace `YOURUSERNAME` with your actual macOS username and adjust the path to where you cloned this repository.\n\n5. Restart Claude Desktop app\n\n6. Grant permissions:\n   - Go to System Preferences > Privacy & Security > Privacy\n   - Give Terminal (or iTerm) access to Accessibility features\n   - You may see permission prompts when the tool is first used","tools":"## Available Tools\n\n1. Ask ChatGPT questions directly from Claude (Allows users to query ChatGPT from within Claude).\n2. View ChatGPT conversation history (Enables users to see their past ChatGPT interactions).\n3. Continue existing ChatGPT conversations (Lets users pick up where they left off in ChatGPT).","faq":null,"created_at":"2025-02-27T12:33:00+00:00","updated_at":"2025-03-29T00:10:48+00:00","source_url":"https://model-context-protocol.com/clients/claude-chatgpt-macos-desktop-interaction-tool","related_articles":[]}