Confused? Book a call with Sam
Hostaway + AI

Can you connect Hostaway 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 Hostaway MCP server at an HTTPS URL and add it as a connector, or wire the Hostaway Public API into a custom GPT as an Action.

According to OpenAI, ChatGPT's Developer Mode provides full MCP client support for both read and write tools. The tools and the underlying Hostaway Public 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).

The fastest path is to build the read-only Hostaway MCP server from our Claude guide first, confirm it works locally, then host it and point ChatGPT's connector at the URL. If you'd rather skip hosting, a custom GPT with an Action that calls the Hostaway API covers most read-only questions too.

Start with the working server. The full guide has the Node.js code and setup you'll reuse for ChatGPT.

Read the Hostaway guide