Skip to main content
The Zite MCP server URL is the same everywhere:
It uses OAuth — the first time you connect, you’ll sign in to Zite and authorize access. The agent then acts as you, limited to the workspaces you can access.
This is the same server that provides the data tools. Connecting once gives your agent both the build tools and the data tools.
Pick your tool below.
Zite is an approved connector in the Claude directory — there’s nothing to configure by hand.
1

Open connector settings

In claude.ai or Claude Desktop, go to Settings → Connectors. Connectors are account-level, so enabling Zite once makes it available on web, desktop, and mobile.
2

Enable Zite

Find Zite in the connector directory and click Connect.
3

Authorize

Complete the Zite sign-in. The Zite tools are now available in your chats.
Claude Team & Enterprise (managed authorization). On managed workspaces, connectors are enabled by a workspace admin rather than per person. An admin enables the Zite connector once from Settings → Connectors, then members turn it on from the connectors directory and authorize with their own Zite account.
Then run /mcp in a session, select zite, choose Authenticate, and complete the sign-in in your browser.
Zite is an approved app in the ChatGPT apps directory.
1

Open the Zite app

Open Zite in ChatGPT, or search for Zite in the ChatGPT apps directory.
2

Connect and authorize

Click Connect and complete the Zite sign-in. (Apps are available on paid ChatGPT plans.)
Add the server to ~/.cursor/mcp.json (global) or .cursor/mcp.json (project):
You can also add it from Cursor Settings → Tools & Integrations → MCP → Add. Open MCP in settings and click the server to complete the OAuth sign-in when prompted.
Create .vscode/mcp.json in your project:
Or run MCP: Add Server from the Command Palette (Ctrl/Cmd + Shift + P), choose HTTP, paste https://mcp.zite.com/mcp, and name it zite. Start the server and sign in when prompted. (Requires a recent VS Code with MCP support.)
Or add it to ~/.codex/config.toml:
Then authenticate: codex mcp login zite.
Open Settings (Ctrl/Cmd + ,) → Cascade → MCP servers → Add Server → Add custom server, then add:
A browser window opens to complete the Zite sign-in.
Open settings (Cmd + ,) and add:
Any client that supports remote MCP servers can connect with:
  • URLhttps://mcp.zite.com/mcp
  • Transport — HTTP (streamable)
  • Auth — OAuth
For clients that only support local (stdio) servers, bridge to the remote server with mcp-remote:
Authorization looping or failing? Clear the local MCP auth cache with rm -rf ~/.mcp-auth and reconnect. More fixes in Troubleshooting.

Next

The build loop

Once connected, here’s how the agent builds an app end to end.