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.
This tool enables Claude to interact with the ChatGPT desktop application on macOS using the Model Context Protocol (MCP).
bun install
.index.ts
script executable using chmod +x index.ts
.claude_desktop_config.json
(located at ~/Library/Application Support/Claude/claude_desktop_config.json
) to include the tool, specifying the path to Bun and index.ts
.Interact with ChatGPT through Claude using prompts like "Ask ChatGPT what the capital of France is?" or "Show me my recent ChatGPT conversations."
Ensure ChatGPT is installed and you're logged in, the Bun path in claude_desktop_config.json
is correct, necessary permissions are granted, and try restarting both apps.
MIT
syedazharmbnr1/claude-chatgpt-mcp
February 27, 2025
March 29, 2025
TypeScript