Skip to content
Back to search
30
MCP

@mseep/mcp-server-chatgpt-mac-app

npm/@mseep/mcp-server-chatgpt-mac-app

This 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.

Uptime
0.0%
10 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

chatgpt-desktop-mcp
MCP server for ChatGPT macOS desktop app — no focus stealing, clipboard paste, configurable polling
0 tools
chatgpt-mcp
A Model Context Protocol server for interacting with ChatGPT on macOS with Korean support
0 tools
mcp server chatgpt mac app
Metadata-only Glama MCP server.
0 tools
chatgpt-mcp-plus
Enhanced MCP server for ChatGPT with dynamic button detection and improved response handling
0 tools
chatgpt-webui-mcp
Standalone MCP server for ChatGPT Web UI via session token
0 tools
@mseep/whatsapp-mcp-ts
This is a Model Context Protocol (MCP) server for WhatsApp, built with TypeScript and using the `@whiskeysockets/baileys` library.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/mcp-server-chatgpt-mac-app": {
      "url": "None",
      "transport": "http"
    }
  }
}