Can you connect OwnerRez to ChatGPT?
Yes, with one wrinkle. ChatGPT added Model Context Protocol support in September 2025 through Developer Mode and connectors, but it connects to remote MCP servers over HTTP, not the local one used with Claude. So you either host the same OwnerRez MCP server at an HTTPS URL and add it as a connector, or wire the OwnerRez v2 API into a custom GPT as an Action.
According to OpenAI, ChatGPT's Developer Mode, available on paid plans, provides full MCP client support for both read and write tools. The tools and the underlying OwnerRez v2 API are identical to the Claude setup, so the work you do once carries over: only the transport changes from local (stdio) to remote (HTTP).
If you'd rather not host anything, Zapier also runs a hosted OwnerRez MCP bridge that works without code, though your data routes through a third party to use it. The self-hosted path keeps everything between you, OwnerRez, and OpenAI: build the read-only server from our Claude guide, confirm it works locally, then host it and add the URL as a connector.
Start with the working server. The full guide has the Node.js code and setup you'll reuse for ChatGPT.
Read the OwnerRez guide
