Skip to main content
Zapier MCP connects to OpenCode through your configuration file. Add the Zapier connect URL as a remote MCP server, then log in from your terminal.

Before you begin

Connect Zapier MCP to OpenCode

1

Add the Zapier server

Add the following snippet to your OpenCode configuration:
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "zapier": {
      "type": "remote",
      "url": "https://mcp.zapier.com/api/v1/connect",
      "enabled": true
    }
  }
}
2

Log in

Run opencode mcp auth zapier in your terminal to log in with your Zapier account.
3

Verify the connection

In OpenCode, start a new session and ask:
Run the Zapier onboarding skill using get_zapier_skill with name "zapier-mcp-onboarding" and follow its instructions.
Your agent lists the Zapier tools available to it. If nothing appears, check Troubleshoot.

Next steps

Your first MCP workflow

Run the onboarding Skill and make your first tool call.

How tools work

Learn how dynamic tool discovery works and what the meta-tools do.