| Method | When to use |
|---|---|
| Server URL | Your client is on the supported list (Claude, Cursor, ChatGPT, and others). |
| Connection token | Your client is not on the list, or you are connecting a custom integration. |
| API key | You are connecting via the TypeScript or Python SDK. |
Server URL
For most listed clients, Zapier MCP generates a client-specific server URL during setup. The Connect tab on your server walks you through the steps for your client; you do not need to manage credentials manually. Some listed clients require specific configurations to connect to Zapier MCP. Learn how to connect specific AI clients.Connection token
If your client is not on the supported list, select Other when creating your server. Zapier MCP generates a connection token you can use to authenticate any MCP-compatible client.Generate a token
- Go to mcp.zapier.com and select your server.
- Select the Connect tab.
- Click Generate token. A dialog box will open showing your credentials.
- Copy and store your credentials immediately. The token is only shown once.
- Check I have saved my credentials, then click Close.
If you close the dialog without saving your token, you will not be able to retrieve the token. You will need to rotate it to get a new one.
How to connect
When you generate a token, you get two connection options: Option 1: Authorization header (Recommended) Add the following header to your client’s MCP configuration:Rotate a token
If your token is exposed or you need to invalidate the current one:- Go to mcp.zapier.com and select your server.
- Select the Connect tab.
- Click Rotate token.
- Copy and store the new token immediately. It is only visible once.
API key
The API key method is available for TypeScript and Python SDK integrations. It is not used for standard AI client connections.Generate an API key
- Go to mcp.zapier.com and select your server.
- Select the Connect tab.
- Select TypeScript or Python as your client.
- Under Step 1: Get Your API Key, click Generate API Key.
Next steps
Connect your AI client
Per-client setup guides for Claude, ChatGPT, Cursor, and more.
Your first MCP workflow
End-to-end tutorial for connecting and running your first tool call.