Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Server Chatgpt Mac App

БесплатноНе проверен

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

GitHubEmbed

Описание

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

Установить Server Chatgpt Mac App в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mcp-server-chatgpt-mac-app

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

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

FAQ

Server Chatgpt Mac App MCP бесплатный?

Да, Server Chatgpt Mac App MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Server Chatgpt Mac App?

Нет, Server Chatgpt Mac App работает без API-ключей и переменных окружения.

Server Chatgpt Mac App — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Server Chatgpt Mac App в Claude Desktop, Claude Code или Cursor?

Открой Server Chatgpt Mac App на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Server Chatgpt Mac App with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development