MCP Directory
Back

claude-chatgpt-mcp

by syedazharmbnr1 · JavaScript · ★ 792

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

Install

npx -y github:syedazharmbnr1/claude-chatgpt-mcp

Auto-generated from the repo's primary language — check the repo's own README for its exact install instructions.

Claude Desktop config

A starting point for your claude_desktop_config.json (auto-generated — the repo's README may specify a published package name or required env vars):

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

From the README

This is a Model Context Protocol (MCP) tool that allows Claude to interact with the ChatGPT desktop app on macOS. - Ask ChatGPT questions directly from Claude - View ChatGPT conversation history - Continue existing ChatGPT conversations - macOS with M1/M2/M3 chip - [ChatGPT desktop app](https://chatgpt.com/download) installed - [Bun](https://bun.sh/) installed - [Claude desktop app](https://claude.ai/desktop) installed You can use NPX to run this tool without cloning the repository: - **Install and run the package using NPX:** - **Configure Claude Desktop:** Edit your file (located at )…
Read full README on GitHub →

Related other servers