Productivity|Communication|AI / MLJavaScript

claude-chatgpt-mcp

A Claude MCP tool to interact with the ChatGPT desktop app on macOS

Free
N/A rating (0 reviews)0 installs776 GitHub stars
ChatGPTClaudeMCP

This tool allows users to ask ChatGPT questions directly from Claude, view conversation history, and continue existing conversations. It is designed specifically for macOS users with M1/M2/M3 chips.

Compatible with

Claude DesktopCursor

Install

Claude Desktop

Add to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-chatgpt-mcp": {
      "args": [
        "-y",
        "claude-chatgpt-mcp"
      ],
      "command": "npx"
    }
  }
}

Config File Location

Mac: ~/Library/Application Support/Claude/claude_desktop_config.json

Windows: %APPDATA%\Claude\claude_desktop_config.json

Linux: ~/.config/claude/claude_desktop_config.json

Some servers require additional setup - check the GitHub README for specific instructions.