@mseep/mcp-server-chatgpt-mac-app
npm/@mseep/mcp-server-chatgpt-mac-appThis is an MCP server that allows you to use the ChatGPT macOS app via MCP. The original version was written in Python as [mcp-server-chatgpt-app](https://github.com/cdpath/mcp-server-chatgpt-app), and this project is a TypeScript implementation of it.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"@mseep/mcp-server-chatgpt-mac-app": {
"url": "None",
"transport": "http"
}
}
}