Skip to content

A MCP tool to interact with the AI desktop app on macOS

Notifications You must be signed in to change notification settings

Neurumaru/ai-desktop-app-mcp

 
 

Repository files navigation

AI Desktop App MCP Tool

⚠️ Warning: This tool currently only works with the Korean version of ChatGPT and Claude desktop app. The button names and UI elements are hardcoded in Korean.

This is a Model Context Protocol (MCP) tool that allows Cursor to interact with the ChatGPT and Claude desktop app on macOS.

Features

  • Ask ChatGPT and Claude from Cursor
  • View Claude conversation history
  • Get ChatGPT and Claude previous response

Installation

Prerequisites

  • macOS with M4 chip
  • ChatGPT desktop app installed
    • ChatGPT Plus subscription
      (A subscription may not be required, but testing was done only with an active subscription.)
  • Claude desktop app installed
    • Claude Pro subscription
      (A subscription may not be required, but testing was done only with an active subscription.)
  • Bun installed

Installation Steps

  1. Clone this repository:
git clone https://github.com/syedazharmbnr1/claude-chatgpt-mcp.git
cd claude-chatgpt-mcp
  1. Install dependencies:
bun install
  1. Make sure the script is executable:
chmod +x index.ts
  1. Update your Cursor MCP configuration:

Edit your MCP Server configuration file (Cursor Settings > MCP > Add new global MCP Server):

"ai-desktop-app-mcp": {
  "command": "/Users/YOURUSERNAME/.bun/bin/bun",
  "args": ["run", "/path/to/ai-desktop-app-mcp/index.ts"]
}

Make sure to replace YOURUSERNAME with your actual macOS username and adjust the path to where you cloned this repository.

  1. Restart Cursor

  2. Grant permissions:

    • Go to System Preferences > Privacy & Security > Accessibility
    • Give Cursor access to Accessibility features
    • You may see permission prompts when the tool is first used

Usage

Once installed, you can use the ChatGPT tool directly from Claude by asking questions like:

  • "Can you ask ChatGPT what the capital of France is?"
  • "Show me my recent ChatGPT conversations"
  • "Ask ChatGPT to explain quantum computing"

License

MIT License

About

A MCP tool to interact with the AI desktop app on macOS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.3%
  • JavaScript 0.7%