Skip to content
Automation
Skill

/zapier-onboard

Onboard a new user to Zapier MCP — introduce what it can do, walk through authentication, and route into the right flow based on the state of their setup. Use when getting started, troubleshooting connection issues, or when the user asks "what is Zapier MCP", "how do I get

From plugin
zapier-mcp
4094 skills1 agent1 MCP
Install
$ npx -y skills add zapier/zapier-mcp --skill zapier-onboard --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/zapier-onboard

Context preview

The summary Claude sees to decide when to auto-load this skill.

Onboard a new user to Zapier MCP — introduce what it can do, walk through authentication, and route into the right flow based on the state of their setup. Use when getting started, troubleshooting connection issues, or when the user asks "what is Zapier MCP", "how do I get

SKILL.md

zapier-onboard.SKILL.md
name: zapier-onboard
description: Onboard a new user to Zapier MCP — introduce what it can do, walk through authentication, and route into the right flow based on the state of their setup. Use when getting started, troubleshooting connection issues, or when the user asks "what is Zapier MCP", "how do I get started with Zapier", "set me up", "what can I do with Zapier", or "tell me about Zapier".

Zapier onboard

Introduce Zapier MCP, get the user authenticated, then guide them through the appropriate setup flow.

For how the Zapier MCP server itself works, see [docs.zapier.com/mcp](https://docs.zapier.com/mcp/home).

Step 1: Introduction

Start by describing what Zapier MCP can do for the user, then get them authenticated.

Pitch

"Zapier MCP connects your AI assistant to 9,000+ apps — Slack, Gmail, Google Calendar, Jira, Notion, HubSpot, and thousands more. Once set up, you can search across your tools, take actions, and automate workflows, all through natural conversation. It's personalized to your workflow — you pick the apps and actions that matter to you, and your AI learns to use them."

Check connection

Check if any Zapier MCP tools are available:

  • **Tools are available**: The user is already authenticated. Give a shorter version of the pitch — "You've got Zapier MCP installed and connected. Let me check what you have set up." — then proceed to Step 2.
  • **No Zapier tools available at all**: The server is installed but needs authentication. First, attempt to authenticate directly in the chat by calling `mcp_auth` on the Zapier MCP server. If that succeeds, re-check available tools and proceed to Step 2.

If `mcp_auth` fails or is unavailable, fall back to manual instructions based on their client:

  • **In Cursor:** "Let's get you connected. Go to **Settings > Cursor Settings > Tools & MCP** and click **Connect** next to the Zapier MCP server. You can also press **Cmd+Shift+P** and search for 'MCP' to get there quickly."
  • **In Claude Desktop:** "Let's get you connected. Go to **Customize > Connectors > Zapier** and click **Connect**."
  • **In other clients:** "Let's get you connected. Find the Zapier MCP server in your client's MCP settings and click Connect. This will redirect you to mcp.zapier.com to sign in."

Detect which client is in use from the environment or conversation context. If unclear, give the generic instructions.

Wait for the user to confirm ("done"), then re-check available tools and proceed to Step 2.

Step 2: Diagnose

Inspect the available Zapier MCP tools. The result determines which branch to follow:

| Result | Branch | | ------------------------------------------------------------ | ------------------- | | Zapier action tools are available (beyond the configuration tools) | **Healthy** | | Only configuration tools available (no actions yet) | **Fresh install** | | Calls fail with auth/401 errors | **Auth broken** | | No Zapier tools available at all | **Not connected** |

Branch: Healthy

The server is connected and has actions configured. Show a summary and offer next steps.

1. Look at the available Zapier MCP tools and group them by app. 2. Show a clean summary:

"Your Zapier MCP is connected with [N] tools across [app list]:

  • **Slack**: ...
  • **Gmail**: ...
  • **Google Calendar**: ...

Everything's working. What would you like to do?"

3. Offer options:

  • "Try one live" → trigger the **zapier-demo** skill for a first-action walkthrough
  • "Add more tools" → trigger the **zapier-explore** skill to build out a role-tailored toolkit
  • "Run a health check" → trigger the **zapier-status** skill
  • Or just start using the tools

Branch: Auth broken

The server exists in the config but authentication has expired or is invalid.

1. Tell the user:

"Your Zapier MCP server is configured but the connection is broken (authentication expired).

**[Click here to reconnect](https://mcp.zapier.com)**

Sign in, find your server, and re-authenticate. Come back and say **done** when you're finished."

2. Wait for the user to confirm. 3. Try calling a Zapier tool again to verify. 4. If it works: show the Healthy summary. 5. If it still fails: suggest deleting and recreating the server config. Offer to help update the MCP config file with a fresh token (see "MCP config by client" below).

Branch: Not connected

The Zapier MCP server is installed via the plugin but hasn't been authenticated yet. This is the most common state on a fresh install — zero Zapier tools are visible because the server hasn't been connected.

1. Tell the user the Zapier plugin is installed but needs to be connected first.

2. Attempt to authenticate directly in the chat by calling `mcp_auth` on the Zapier MCP server. If that succeeds, skip to step 5.

3. If `mcp_auth` fails or is unavailable, fall back to manual instructions based on their client:

  • **In Cursor:** "Go to **Settings > Cursor Settings > Tools & MCP** and click **Connect** next to the Zapier MCP server. You can also press **Cmd+Shift+P** and search for 'MCP' to get there quickly."
  • **In Claude Desktop:** "Go to **Customize > Connectors > Zapier** and click **Connect**."
  • **In other clients:** "Find the Zapier MCP server in your client's MCP settings and connect it. This will redirect you to mcp.zapier.com to sign in."

Detect which client is in use from the environment or conversation context. If unclear, give the generic instructions.

4. Wait for the user to confirm ("done").

5. Re-diagnose by checking available Zapier MCP tools. Proceed to the appropriate branch — most likely **Fresh install** (server connected, no actions yet).

Branch: Fresh install

The server is connected but has no actions configured. The user needs to add actions through Zapier.

Step 1: Workflow-first discovery

Don't ask "what app

Read more
Ships withzapier-mcp

Zapier MCP gives any MCP-compatible AI client governed access to 9,000+ apps — send messages, pull data, trigger workflows, all in plain English. No code, no infrastructure, SOC 2 Type II certified.

Get the whole plugin
Stats
410
Stars
64
Forks
Maintained
Maintenance
MIT
License
1mo ago
Last commit
1y ago
Created

Repo: zapier/zapier-mcp

Other skills on zapier-mcp.