productivity
Zapier MCP, CLI, and Lua Integration for AI Agents
Zapier integration docs for AI agents: MCP gateway setup, Zapier CLI commands, Lua API reference, credentials, and function schemas.
7 functions 7 read 0 write Bearer token auth
Zapier for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Machine-Readable Metadata
- integration_slug
zapier- route_slug
zapier- package
zapier- auth_strategy
bearer_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Zapier CLIHeadless setup and direct function calls. Zapier MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Zapier MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Zapier.
Claude Code Zapier MCP setup for Claude Code. Cursor Zapier MCP setup for Cursor. Codex Zapier MCP setup for Codex. OpenAI Agents Zapier MCP setup for OpenAI Agents SDK. Claude Agent SDK Zapier MCP setup for Claude Agent SDK. Vercel AI SDK Zapier MCP setup for Vercel AI SDK. LangChain Zapier MCP setup for LangChain. LangGraph Zapier MCP setup for LangGraph. CrewAI Zapier MCP setup for CrewAI. MCP clients Zapier MCP setup for Generic MCP Clients.
Zapier CLI Matrix
Use these pages for direct Zapier CLI workflows in scripts, CI, cron, and agent wrappers.
CI Zapier CLI for CI. Cron Jobs Zapier CLI for cron jobs. Shell Scripts Zapier CLI for shell scripts. Headless Automation Zapier CLI for headless automation. Coding Agents Zapier CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
zapier.zapier_list_zaps | Read read | 2 | List zaps in Zapier with optional filters. |
zapier.zapier_get_zap | Read read | 1 | Get detailed information about a Zapier zap. |
zapier.zapier_list_executions | Read read | 3 | List zap executions in Zapier with optional filters. |
zapier.zapier_get_execution | Read read | 1 | Get detailed information about a Zapier execution. |
zapier.zapier_list_connections | Read read | 2 | List connections in Zapier with optional filters. |
zapier.zapier_get_connection | Read read | 1 | Get detailed information about a Zapier connection. |
zapier.zapier_get_current_user | Read read | 0 | Get the currently authenticated Zapier user. |