Skip to main content

Connect other MCP clients

Any MCP-compatible client can connect to Zoie — Cursor, Notion, Continue, Goose, Windsurf, your own CLI, and more. They all use the same endpoint and OAuth flow as Claude and ChatGPT.

These connections appear in Zoie under Settings → Other MCP connectors.

The one thing every client needs​

Point the client at the Zoie MCP server URL — the bare origin, no path:

https://mcp.zoie.ai

(Or https://dev-mcp.zoie.ai / https://beta-mcp.zoie.ai to match your Zoie environment.) The transport is streamable HTTP. When the client first connects, it opens the Zoie OAuth consent screen in your browser; approve it and you're connected.

Guided setup in the app

In Zoie, go to Integrations → Custom MCP client. The connect dialog shows the exact URL and per-client shortcuts so you can copy what you need.

Client-specific notes​

The wording differs per client, but the shape is the same — find where it adds a remote / HTTP MCP server and paste the URL.

Cursor​

Open Settings → MCP (or edit ~/.cursor/mcp.json) and add a server whose URL is https://mcp.zoie.ai. Cursor will trigger the browser OAuth flow on first use.

Continue​

Add Zoie as an MCP server in your Continue configuration (config.yaml / config.json) with the URL https://mcp.zoie.ai, then reload.

Goose​

Add an extension of type Remote MCP (streamable HTTP) pointing at https://mcp.zoie.ai.

Windsurf​

In Settings → MCP servers, add a server with the URL https://mcp.zoie.ai.

Notion​

Where Notion supports adding an MCP/connector by URL, use https://mcp.zoie.ai and complete the Zoie consent screen.

Custom client or CLI​

Use any MCP SDK that supports the streamable HTTP transport and OAuth 2.1 with dynamic client registration. The server advertises its OAuth metadata per RFC 9728; point your client at https://mcp.zoie.ai and it will discover the authorization server automatically. Developer details are in the MCP server reference.

Manage or disconnect​

Open Settings → Other MCP connectors in Zoie to see every connection that isn't Claude or ChatGPT, review each one's activity log, and revoke access when you're done.