Server URL
For most listed clients, Zapier MCP generates a client-specific server URL during setup, so you do not need to manage credentials manually. Popular clients show their setup instructions in a dialog as soon as you choose them. For any other client, the
Connect tab on your server has the steps.
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, click See all and select Other when you add 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, or add one with See all > Other.
- Select the
Connect tab. - Click Generate token.
- Copy your credentials. You can either copy the server URL, which now includes your token, or copy the token on its own from the token field.
- Store your credentials somewhere safe straight away. The token is only shown once.
If you lose the token, you cannot retrieve it. Regenerate 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:
Connect tab shows this complete URL, ready to copy.
Regenerate 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 Regenerate 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 TypeScript or Python as your client.
- Select the
Connect tab. - Click Generate token.
Connect tab then shows a ready-to-copy code sample with your key already in the URL. You can also copy the key on its own from Or manually copy the token.
Connect from your code
There is no Zapier package to install. Use the standard MCP SDK for your language, and pass your key tohttps://mcp.zapier.com/api/v1/connect as a token query parameter.
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.