Caution: Treat your MCP server URL like a password! It can be used to run your AI Actions and access your data.
Use AI Actions directly from Claude Desktop by Anthropic with Zapier MCP. Enable Claude Desktop to perform real-world tasks through a simple, secure connection, expanding its capabilities beyond conversation.
Three simple steps to get started with Claude Desktop and AI Actions:
Looking for other clients? Also try Cursor or Windsurf.
Include the following JSON configuration in claude_desktop_config.json
, replacing the placeholder URL with your MCP URL from MCP settings:
{
"mcpServers": {
"zapier-mcp": {
"command": "npx",
"args": [
"mcp-remote",
"https://actions.zapier.com/mcp/YOUR_MCP_KEY/sse"
]
}
}
}
Note: Replace YOUR_MCP_KEY with your actual MCP key from the settings page.