Skip to content
Skip to content
Open source

We build agent tools in the open

Our MCP server, SDK, agent skills, a GTM playbook, and the platform every integration is built on — all public at github.com/zapier. 7 repos, 1,539 stars and counting.

For AI agents: start at zapier/sdk AGENTS.md

Start with what you do

347 stars44 forksUpdated 14 days agoAGENTS.md

Your AI, wired into 9,000+ apps

A remote MCP server that turns Zapier’s 40,000+ actions into tools your AI assistant can call. Send Slack messages, add Sheet rows, create GitHub issues, and more — by asking in natural language. Setup guides for every client live in the repo.
Who it's for
Anyone with an MCP client. Claude, ChatGPT, Cursor, Windsurf. No code required.
How to use it
Generate your server at mcp.zapier.com, point your client at the URL, and enable actions. Agentic mode ships 14 meta-tools so your AI can discover and enable actions itself.
239 stars5 forksUpdated 9 hours agoAGENTS.md

Every app, one typed call

Docs and runnable examples for @zapier/zapier-sdk. One auth surface for 9,000+ apps; the SDK handles tokens, retries, and API differences. Agents get AGENTS.md and runtime discovery.
Who it's for
Developers and agents running app actions from backends, scripts, or agent code.
How to use it
Examples indexed three ways: by pattern, by app, and chained multi-app workflows.
npm install @zapier/zapier-sdk
npx zapier-sdk login
# or, as an agent skill:
npx skills add zapier/sdk
8 stars2 forksShellUpdated 2 days agoAGENTS.md

Teach your coding agent Zapier

Skills for AI coding agents, maintained by Zapier teams in the open Agent Skills format and indexed by skills.sh. First up: skills for building, inspecting, and modifying Zapier Workflows, with more team folders coming soon.
Who it's for
Claude Code, Cursor, and Copilot users who want their agent to use Zapier well, without re-explaining it every session.
How to use it
Install once; your agent invokes the right skill automatically when a matching task shows up.
npx skills add zapier/agent-skills
# or just one skill:
npx skills add zapier/agent-skills --skill <skill-name>
300 stars14 forksUpdated 11 days agoAGENTS.md

The GTM team's coding agent playbook

The skills Zapier’s own GTM teams use to turn scattered context into reviewable work: campaign planning, lead follow-up QA, account prioritization, support triage, and customer storytelling. A field guide, not a prompt library — every workflow is source-backed with human approvals built in.
Who it's for
Marketing, sales, and customer-ops teams using coding agents like Codex, Claude Code, and Cursor with real business context.
How to use it
Start with docs/vp-marketing-skill-breakdown.md for the business view, find your workflow in registry/skills.csv, then open that skill’s folder and connect it to your approved systems.
536 stars230 forksJavaScriptUpdated 19 days ago

Where 9,000+ integrations come from

The monorepo behind the Zapier developer platform: the CLI, the core runtime every app depends on, the schema that defines what an integration is, and a library of example apps.
Who it's for
Integration builders like partners and developers shipping or maintaining an app integration on Zapier.
npm install -g zapier-platform-cli
zapier login
zapier init my-app
109 stars0 forksTypeScriptUpdated 12 hours agoAGENTS.md

App integrations as readable code

Per-app connectors in open TypeScript. Each app ships as both an agent skill and an MCP tool — same artifact, installable in Claude Code or registered into any MCP server. More apps are rolling out.
Who it's for
Agent builders who want per-app tools their agent can read, install, and adapt. Runs with your own credentials or a Zapier connection.
npx skills add zapier/connectors --skill notion
# or as an npm package:
npm install @zapier/notion-connector
0 forksUpdated 16 days agoAGENTS.md

Skills from our community

Agent skills contributed by our community and hosted by Zapier. Authors keep ownership and attribution; Zapier hosts the repo but doesn’t claim the skills. Submitted through the submission form (not pull requests).
Who it's for
Agent users and skill authors who want community-built skills — or want to share their own.
How to contribute
Submit your skill through the submission form; Zapier reviews it and adds it to the repo. You keep authorship.
npx skills add zapier/community-skills --skill <name>

Pull requests welcome

These are working repos, not mirrors. File issues, send PRs, or fork an example. Security reports go to security@zapier.com, not the public tracker.

Visit github.com/zapier
# the fastest tour, straight from your terminal
gh repo list zapier --limit 6
npx skills add zapier/sdk
npx skills add zapier/agent-skills