trackmcp
Back to directory
cdpath

mcp-server-chatgpt-app

View on GitHub
14 stars PythonAI & Machine Learning Updated Sep 2, 2025

Documentation

mcp-server-chatgpt-app

Prerequisite

Usage

cursor

update `.mcp.json` to add the following:

code
{
    "mcpServers": {
      "chatgpt": {
        "command": "uvx",
        "args": ["mcp-server-chatgpt-app"],
        "env": {},
        "disabled": false,
        "autoApprove": []
      }
    }
}

chatwise

Go to Settings -> Tools -> Add and use the following config:

code
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

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

local development

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

Frequently asked questions

What is mcp-server-chatgpt-app?

mcp-server-chatgpt-app is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install mcp-server-chatgpt-app?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is mcp-server-chatgpt-app open source?

Yes — it is hosted on GitHub at https://github.com/cdpath/mcp-server-chatgpt-app and has 14 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP