ChatGPT MCP setup
ChatGPT MCP access depends on your account and whether developer mode or workspace connectors are available.
ChatGPT web
If your account has connector developer mode:
- Open ChatGPT settings.
- Go to connectors.
- Enable developer mode if available.
- Add a remote MCP server.
- Use
https://www.sniffopotamus.com/mcp. - Complete OAuth when prompted.
- Test with read-only questions first.
If you do not see developer mode or custom MCP connectors, use the OpenAI API path instead.
OpenAI API
The Responses API supports remote MCP servers through the mcp tool type.
Use Sniffopotamus as the server_url and require approval for write tools.
{
"type": "mcp",
"server_label": "sniffopotamus",
"server_url": "https://www.sniffopotamus.com/mcp",
"require_approval": "always"
}
Safety
OpenAI recommends connecting only to MCP servers you trust. Use read-only tools first, require approval for writes, and avoid exposing sensitive data through tool outputs.
Reference: