Caution: Treat your MCP server URL like a password! It can be used to run your AI Actions and access your data.
Use Zapier MCP directly from Windsurf IDE with Zapier MCP. Enable your AI assistant to perform real-world tasks through a simple, secure connection without leaving your coding environment.
Three simple steps to get started with Windsurf and Zapier MCP:
Looking for other clients? Also try Cursor or Claude Desktop.
To set up MCP with Cascade, navigate to Windsurf - Settings > Advanced Settings or Command Palette > Open Windsurf Settings Page.
Scroll down to the Cascade section and you will find the option to add a new server, view existing servers, and a button to view the raw JSON config file at mcp_config.json
.
To add a new server, press the "Add Server" button in the Cascade settings. You can then easily choose between some pre-populated servers that we've found to be the most helpful and popular. Alternatively, you can click "Add custom server +" to add your own server directly in mcp_config.json
.
Note: Make sure to press the refresh button after you add a new MCP server.
The ~/.codeium/windsurf/mcp_config.json
file is a JSON file that contains a list of servers that Cascade can connect to.
The JSON should follow the same schema as the config file for Claude Desktop.
Here's an example configuration for Zapier MCP:
{
"mcpServers": {
"Zapier Actions MCP": {
"serverUrl": "https://actions.zapier.com/mcp/YOUR_MCP_KEY/sse"
}
}
}
Note: Replace YOUR_MCP_KEY with your actual MCP key from the settings page.