14 stars
Python
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: 100000local development
code
uv --directory $HOME/Developer/mcp-server-chatgpt-app/src/mcp_server_chatgpt run server.pySimilar MCP
Based on tags & features
Trending MCP
Most active this week