mcp-server-chatgpt-mac-app
Allows interaction with the ChatGPT macOS app, enabling AI agents to send prompts and receive responses from ChatGPT through the MCP interface.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-server-chatgpt-mac-appexplain the difference between TCP and UDP"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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, and this project is a TypeScript implementation of it.
Prerequisite
Related MCP server: mcp-server-chatgpt-app
Using npx
The MCP server can be used via npx, and you can choose to use it either globally on your macOS system or within any local project.
Global Usage
If you want to use it globally, run the following command in your CLI.
claude mcp add chatGPTOnMac -s user \
-- npx mcp-server-chatgpt-mac-appLocal Project Usage
If you want to use it in any local directory,
add the following to your .mcp.json.
{
"mcpServers": {
"chatGPTOnMac": {
"command": "npx",
"args": ["mcp-server-chatgpt-mac-app"],
"cwd": ".",
"env": {}
}
}
}How to check if the MCP server has been added
To verify that the MCP server has been added, run the following command:
claude mcp listIf the output looks like the following, everything is set up correctly.
$ claude mcp list
chatGPTOnMac: npx mcp-server-chatgpt-mac-appLocal Development
If you want to improve this project locally.
build
git clone https://github.com/yimajo/mcp-server-chatgpt-mac-app.git
cd mcp-server-chatgpt-mac-app
pnpm install
pnpm buildMaintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityCmaintenanceA Model Context Protocol server that allows AI assistants to communicate with the ChatGPT desktop app on macOS, enabling users to send prompts to ChatGPT from any MCP-compatible assistant.378MIT
- Alicense-qualityCmaintenanceMCP server that enables integration of the ChatGPT macOS app with MCP clients like Cursor and Chatwise.17MIT
- Alicense-qualityDmaintenanceEnables AI assistants to send prompts to and receive responses from the ChatGPT desktop app on macOS, including starting new conversations.MIT
- Alicense-qualityDmaintenanceEnables reading, sending, and managing iMessage conversations on macOS through MCP.1MIT
Related MCP Connectors
MCP connector that lets ChatGPT list, search, and run your Apple Shortcuts via a local Mac agent
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yimajo/mcp-server-chatgpt-mac-app'
If you have feedback or need assistance with the MCP directory API, please join our Discord server