From 7d7e21d01772ffba8fe47fd7deff8a4e6f890ad3 Mon Sep 17 00:00:00 2001 From: Ben McAdams Date: Fri, 17 Jul 2026 14:06:46 -0700 Subject: [PATCH] Add zapier plugin --- .github/plugin/marketplace.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/.github/plugin/marketplace.json b/.github/plugin/marketplace.json index 0788509..0f1780d 100644 --- a/.github/plugin/marketplace.json +++ b/.github/plugin/marketplace.json @@ -425,6 +425,32 @@ "flowagent" ], "license": "MIT" + }, + { + "name": "zapier", + "source": { + "source": "github", + "repo": "zapier/zapier-mcp", + "path": "plugins/zapier" + }, + "description": "Official plugin distribution for the hosted Zapier MCP server. Connects Copilot to thousands of apps — send messages, pull data, trigger workflows.", + "author": { + "name": "Zapier", + "url": "https://zapier.com" + }, + "homepage": "https://github.com/zapier/zapier-mcp", + "repository": "https://github.com/zapier/zapier-mcp", + "keywords": [ + "zapier", + "mcp", + "model-context-protocol", + "automation", + "integrations", + "workflow", + "ai-actions", + "no-code" + ], + "license": "MIT" } ] }