Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Server Chatgpt Mac App

FreeNot checked

Enables use of the ChatGPT macOS app through the MCP protocol.

GitHubEmbed

About

Enables use of the ChatGPT macOS app through the MCP protocol.

README

This is an MCP server that allows you to use the ChatGPT macOS app via MCP. The original version was written in Python as mcp-server-chatgpt-app, and this project is a TypeScript implementation of it.

Prerequisite

Using npx

The MCP server can be used via npx, and you can choose to use it either globally on your macOS system or within any local project.

Global Usage

If you want to use it globally, run the following command in your CLI.

claude mcp add chatGPTOnMac -s user \
  -- npx mcp-server-chatgpt-mac-app

Local Project Usage

If you want to use it in any local directory, add the following to your .mcp.json.

{
  "mcpServers": {
    "chatGPTOnMac": {
      "command": "npx",
      "args": ["mcp-server-chatgpt-mac-app"],
      "cwd": ".",
      "env": {}
    }
  }
}

How to check if the MCP server has been added

To verify that the MCP server has been added, run the following command:

claude mcp list

If the output looks like the following, everything is set up correctly.

$ claude mcp list
chatGPTOnMac: npx mcp-server-chatgpt-mac-app

Local Development

If you want to improve this project locally.

build

git clone https://github.com/yimajo/mcp-server-chatgpt-mac-app.git
cd mcp-server-chatgpt-mac-app
pnpm install
pnpm build

from github.com/yimajo/mcp-server-chatgpt-mac-app

Install Server Chatgpt Mac App in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcp-server-chatgpt-mac-app

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcp-server-chatgpt-mac-app -- npx -y mcp-server-chatgpt-mac-app

FAQ

Is Server Chatgpt Mac App MCP free?

Yes, Server Chatgpt Mac App MCP is free — one-click install via Unyly at no cost.

Does Server Chatgpt Mac App need an API key?

No, Server Chatgpt Mac App runs without API keys or environment variables.

Is Server Chatgpt Mac App hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Server Chatgpt Mac App in Claude Desktop, Claude Code or Cursor?

Open Server Chatgpt Mac App on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Server Chatgpt Mac App with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs