Connect ChatGPT and other agents over MCP
myai is now an MCP server. Connect ChatGPT, Claude Desktop, Cursor, or any MCP-compatible agent and let them read and write to your workspace with OAuth.
Open your myai workspace to any external agent that speaks the Model Context Protocol.
OAuth-secured connection
Connections use Dynamic Client Registration with PKCE, the same OAuth pattern any third-party app uses. Authorize once from the connecting agent's settings, and revoke anytime from your myai integrations page. ChatGPT Developer Mode connectors are allowlisted out of the box.
Read and write your workspace
External agents can search artifacts, open canvases, send messages, and invoke any tool you've granted to them. Permissions resolve through the same graph that scopes your own session, so an agent never sees more than the human who connected it.
Built on the surface our own agent uses
The MCP server runs on the external session API our own UIs already use. Anything that works in chat works here.
Reliability: OAuth popup relay smooths out connection when the agent lives in a different browser context. API request policy now matches query params exactly, closing a class of integration spoofing.