mcp-server-chatgpt-app

MCP Server for ChatGPT via AppleScript


Keywords
AppleScript, ChatGPT, mcp
License
MIT
Install
pip install mcp-server-chatgpt-app==0.1.4

Documentation

mcp-server-chatgpt-app

Prerequisite

Required Shortcuts

  1. Download and install the "Ask ChatGPT on Mac" shortcut
  2. Make sure the shortcut is named exactly "Ask ChatGPT on Mac"

Usage

cursor

update .mcp.json to add the following:

{
    "mcpServers": {
      "chatgpt": {
        "command": "uvx",
        "args": ["mcp-server-chatgpt-app"],
        "env": {},
        "disabled": false,
        "autoApprove": []
      }
    }
}

chatwise

Go to Settings -> Tools -> Add and use the following config:

Type: stdio
ID: ChatGPT
Command: uvx mcp-server-chatgpt-app

local development

uv --directory $HOME/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.py