mcp-server-chatgpt-app
@cdpath
关于 mcp-server-chatgpt-app
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"chatgpt": {
"command": "uvx",
"args": [
"mcp-server-chatgpt-app"
],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcp-server-chatgpt-app?
mcp-server-chatgpt-app is an MCP server that integrates with the ChatGPT macOS app via a macOS Shortcut, allowing MCP-compatible clients (like Cursor and Chatwise) to interact with ChatGPT. It is intended for developers who want to connect AI tools to ChatGPT through the Model Context Protocol.
How to use mcp-server-chatgpt-app?
Install uv and the “Ask ChatGPT on Mac” shortcuts, then configure your MCP client to use the command uvx mcp-server-chatgpt-app with the stdio transport. For Cursor, edit .mcp.json; for Chatwise, add a stdio tool in Settings → Tools. For local development, run uv with a path to the server script.
Key features of mcp-server-chatgpt-app
- Stdio-based MCP server for the ChatGPT macOS app
- Requires the official “Ask ChatGPT on Mac” shortcut
- Runs via
uvxwith no additional environment variables - Compatible with Cursor, Chatwise, and MCP Inspector
- Single command deployment:
uvx mcp-server-chatgpt-app
Use cases of mcp-server-chatgpt-app
- Trigger ChatGPT responses from within an MCP‑enabled code editor
- Automate ChatGPT interactions as part of AI‑assisted development workflows
- Combine ChatGPT with other MCP servers in tools like Cursor or Chatwise
FAQ from mcp-server-chatgpt-app
What are the prerequisites for running mcp-server-chatgpt-app?
You need the ChatGPT macOS app installed, uv installed, and the “Ask ChatGPT on Mac” shortcuts downloaded from iCloud.
What transport does mcp-server-chatgpt-app use?
The server uses the stdio transport—no HTTP or WebSocket configuration required.
Does mcp-server-chatgpt-app work with clients other than Cursor and Chatwise?
The README explicitly documents usage for Cursor, Chatwise, and MCP Inspector. Other stdio-based MCP clients should also work, but are not tested.
How do I clean up zombie processes when using Chatwise?
Chatwise does not close the MCP server when the app exits. Run pkill -f 'mcp-server-chatgpt-app' to kill all lingering instances.
Does the server require the ChatGPT macOS app to be running?
Yes, the server depends on the ChatGPT macOS app being installed and likely running to process requests via the shortcut.
AI 与智能体 分类下的更多 MCP 服务器
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
Perplexity Ask MCP Server
ppl-aiThe official MCP server implementation for the Perplexity API Platform
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
评论