From 73aee43ab75d2c0b52d49a23ca688b230b45f42b Mon Sep 17 00:00:00 2001 From: Brody Berson <2766432+mynamebrody@users.noreply.github.com> Date: Mon, 22 Sep 2025 14:55:24 -0400 Subject: [PATCH] Update Zapier server.json Update to latest --- servers/zapier/server.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/servers/zapier/server.json b/servers/zapier/server.json index 622be24..6bd6e41 100644 --- a/servers/zapier/server.json +++ b/servers/zapier/server.json @@ -1,10 +1,12 @@ { "name": "Zapier", - "description": "Automate workflows between apps.", + "description": "Automate workflows with 30,000+ actions across 8,000+ apps. Build once, orchestrate everywhere.", "transport": [ - "stdio" + "streamableHttp" ], "icon": "./icon.svg", - "oauth": false, - "prompt": "\"Each server is unique to the logged in user and requires setup. Click 'Continue' to go to the Zapier setup page and get started.\"" -} \ No newline at end of file + "oauth": true, + "config": { + "url": "https://mcp.zapier.com/api/mcp/s/•••••••/mcp" + } +}