Server Chatgpt App
FreeNot checkedMCP server that enables integration of the ChatGPT macOS app with MCP clients like Cursor and Chatwise.
About
MCP server that enables integration of the ChatGPT macOS app with MCP clients like Cursor and Chatwise.
README
Prerequisite
- ChatGPT macOS app
- uv
- Install the "Ask ChatGPT on Mac" shortcuts
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
Install Server Chatgpt App in Claude Desktop, Claude Code & Cursor
unyly install mcp-server-chatgpt-appInstalls 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-appFAQ
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
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare 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
