# Mcp Server Chatgpt Mac App

> An MCP server that allows you to use the ChatGPT macOS app.

- **Type:** MCP server
- **Install:** `agentstack add mcp-yimajo-mcp-server-chatgpt-mac-app`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [yimajo](https://agentstack.voostack.com/s/yimajo)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [yimajo](https://github.com/yimajo)
- **Source:** https://github.com/yimajo/mcp-server-chatgpt-mac-app

## Install

```sh
agentstack add mcp-yimajo-mcp-server-chatgpt-mac-app
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# mcp-server-chatgpt-mac-app

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](https://github.com/cdpath/mcp-server-chatgpt-app),
and this project is a TypeScript implementation of it.

## Prerequisite

- [ChatGPT macOS app](https://openai.com/chatgpt/download/)
- [Install the "Ask ChatGPT on Mac" shortcuts](https://www.icloud.com/shortcuts/f8f249e8fce7450291f385874c64c6eb)
- Node.js

## 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.

```bash
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`.

```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:

```bash
claude mcp list
```

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

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

## Local Development

If you want to improve this project locally.

### build

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

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [yimajo](https://github.com/yimajo)
- **Source:** [yimajo/mcp-server-chatgpt-mac-app](https://github.com/yimajo/mcp-server-chatgpt-mac-app)
- **License:** MIT

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-yimajo-mcp-server-chatgpt-mac-app
- Seller: https://agentstack.voostack.com/s/yimajo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
