Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Server Chatgpt App

FreeNot checked

MCP server that enables integration of the ChatGPT macOS app with MCP clients like Cursor and Chatwise.

GitHubEmbed

About

MCP server that enables integration of the ChatGPT macOS app with MCP clients like Cursor and Chatwise.

README

Prerequisite

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

[!CAUTION] Chatwise did not close mcp server even when itself is closed, which may lead to multiple mcp servers running at the same time. DO remember to clean them all up: pkill -f 'mcp-server-chatgpt-app'

MCP Inspector

Transport type: stdio
Command: uv
Arguments: --directory /Users/<your-username>/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.py
Configuration/Request Timeout: 100000

local development

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

from github.com/cdpath/mcp-server-chatgpt-app

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

Recommended · one command, every IDE
unyly install mcp-server-chatgpt-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-app -- uvx mcp-server-chatgpt-app

FAQ

Is Server Chatgpt App MCP free?

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

Does Server Chatgpt App need an API key?

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

Is Server Chatgpt 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 App in Claude Desktop, Claude Code or Cursor?

Open Server Chatgpt 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 App with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs