> ## 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

> Connect your AI to 9,000+ apps and 40,000+ actions with the Model Context Protocol.

Zapier MCP turns your AI client into an assistant that can act. Connect to 9,000+ apps and let your AI send messages, manage tasks, and update records, all directly in conversation.

## What is Zapier MCP?

Zapier MCP ([Model Context Protocol](https://modelcontextprotocol.io/)) is a standardized way to connect AI assistants to apps and services. It lets your AI take real actions, such as sending messages, creating tasks, and updating records, using natural language directly in conversation.

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">
    Connect your preferred AI client to Zapier's library of 9,000+ apps. 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

* **9,000+ app connections**: Access Zapier's library of pre-built integrations.
* **40,000+ actions**: Enable your AI to perform specific tasks or searches across apps.
* **Dynamic tool discovery**: Your AI discovers and enables tools automatically during conversation.
* **Natural language**: Describe what you want; no complex syntax required.
* **Secure by default**: Zapier manages authentication, encryption, and rate limiting.

## Get started

<CardGroup cols={2}>
  <Card title="Quickstart" href="/mcp/quickstart">
    Connect your AI in under 5 minutes. Open directly in Claude, ChatGPT, or Perplexity, 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"
