Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Chatgpt App

FreeNot checked

Chatgpt App — Model Context Protocol server

GitHubEmbed

About

Chatgpt App — Model Context Protocol server

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

Installing Chatgpt App

This server has no published package — it is built from source. Open the repository and follow its README.

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

FAQ

Is Chatgpt App MCP free?

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

Does Chatgpt App need an API key?

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

Is Chatgpt App hosted or self-hosted?

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

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

Open 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 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