> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zapier.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Zapier MCP

> Give any MCP-compatible AI client governed access to 9,000+ apps. No code, no infrastructure, SOC 2 Type II certified.

Zapier MCP turns your AI into an assistant that can act, safely. Zapier handles OAuth, credentials, and rate limiting so you do not have to. SOC 2 Type II certified.

## What is Zapier MCP?

Zapier MCP is the [Model Context Protocol](https://modelcontextprotocol.io/) interface to Zapier. It lets your AI take real actions across 9,000+ apps, such as sending messages, creating tasks, and updating records, under the same governance model that applies to all of Zapier.

Most servers use dynamic tool discovery by default. Your AI finds and enables tools automatically, without manual configuration. You can connect any MCP-compatible client: Claude, ChatGPT, Cursor, VS Code, and more.

<CardGroup cols={2}>
  <Card title="For individuals">
    Use your preferred AI client with Zapier. No coding required. Describe what you want and your AI handles the rest.
  </Card>

  <Card title="For developers">
    Build AI applications with direct access to Zapier's ecosystem through MCP-compatible tools like Cursor and VS Code, or via the TypeScript and Python SDKs. Plugin manifests, onboarding skills, and lifecycle rules are at [github.com/zapier/zapier-mcp](https://github.com/zapier/zapier-mcp).
  </Card>
</CardGroup>

## Key features

* **Governed by default**: Workspace-level access controls, user permissions, and audit history.
* **9,000+ apps, 40,000+ actions**: Access Zapier's full library of pre-built app actions and searches.
* **Dynamic tool discovery**: Your AI discovers and enables tools automatically, no manual configuration required.
* **Describe what you want**: No complex syntax or API knowledge required.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" href="/mcp/quickstart">
    Set up Zapier MCP in under 5 minutes. Share the guide with any AI agent, or follow the steps yourself.
  </Card>

  <Card title="Your first MCP workflow" href="/mcp/your-first-mcp-workflow">
    A guided end-to-end tutorial covering setup, your first tool call, and how dynamic tool discovery works.
  </Card>
</CardGroup>

## Popular tools

<CardGroup cols={4}>
  <Card title="Gmail" icon="envelope" href="https://zapier.com/mcp/gmail">
    Send emails, search messages, manage labels
  </Card>

  <Card title="Google Sheets" icon="table" href="https://zapier.com/mcp/google-sheets">
    Add rows, update data, create spreadsheets, find data
  </Card>

  <Card title="Google Calendar" icon="calendar" href="https://zapier.com/mcp/google-calendar">
    Find events, create meetings, check availability
  </Card>

  <Card title="Slack" icon="slack" href="https://zapier.com/mcp/slack">
    Send messages, create channels, update status
  </Card>

  <Card title="Jira" icon="jira" href="https://zapier.com/mcp/jira">
    Create tasks, update epics, search stories
  </Card>

  <Card title="Asana" icon="shapes" href="https://zapier.com/mcp/asana">
    Create tasks, update projects, add comments
  </Card>

  <Card title="GitHub" icon="github" href="https://zapier.com/mcp/github">
    Create issues, manage PRs, update repos
  </Card>

  <Card title="HubSpot" icon="hubspot" href="https://zapier.com/mcp/hubspot">
    Manage contacts, create deals, update records
  </Card>
</CardGroup>

[View all 9,000+ integrations →](https://zapier.com/apps)

## Example use cases

### Personal productivity

* "Add this meeting to my calendar and notify the team in Slack"
* "Create a task in Asana for each unread email from clients"
* "Save this information to my Notion database"

### Sales and marketing

* "Find all leads from last week and add them to our CRM"
* "Send a personalized follow-up email to each new subscriber"
* "Update the deal status in HubSpot and notify the sales channel"

### Development and operations

* "Create a GitHub issue for this bug report"
* "Post deployment notes to our Discord channel"
* "Update the project status in Linear and notify stakeholders"
