Chatgpt Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Chatgpt Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
A Model Context Protocol (MCP) server that enables AI assistants to interact with the ChatGPT desktop app on macOS.
<a href="https://glama.ai/mcp/servers/@xncbf/chatgpt-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@xncbf/chatgpt-mcp/badge" alt="ChatGPT Server MCP server" /> </a>
https://github.com/user-attachments/assets/a30c9b34-cdbe-4c0e-a0b0-33eb5054db5c
Supported system languages for response detection:
If your macOS system language is not listed above, please follow these instructions:
show_all_button_names.applescript and copy the output to create an issue for language support.Note: This server only supports English text input. Non-English characters may not work properly.
Simply run:
claude mcp add chatgpt-mcp uvx chatgpt-mcpThat's it! You can start using ChatGPT commands in Claude Code.
#### Option A: Install from PyPI (Recommended)
# Install with uv
uv add chatgpt-mcp#### Option B: Manual Installation
# Clone the repository
git clone https://github.com/xncbf/chatgpt-mcp
cd chatgpt-mcp
# Install dependencies with uv
uv syncIf installed from PyPI, add to your MCP client configuration:
{
"mcpServers": {
"chatgpt": {
"command": "uvx",
"args": ["chatgpt-mcp"]
}
}
}If manually installed, add to your MCP client configuration:
{
"mcpServers": {
"chatgpt": {
"command": "uv",
"args": ["run", "chatgpt-mcp"],
"cwd": "/path/to/chatgpt-mcp"
}
}
}The AI assistant will automatically use the appropriate MCP tools to interact with ChatGPT.
Send a prompt to ChatGPT and receive the response.
ask_chatgpt(prompt="Hello, ChatGPT!")Get the latest response from ChatGPT after sending a message.
get_chatgpt_response()Start a new chat conversation in ChatGPT.
new_chatgpt_chat()To test the MCP server locally during development:
uv pip install -e . npx @modelcontextprotocol/inspector chatgpt-mcpThe editable installation creates a chatgpt-mcp command that directly references your source code, so any changes you make are immediately reflected without reinstalling.
You can also run the server directly:
PYTHONPATH=. uv run python -m chatgpt_mcp.chatgpt_mcpMIT
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.