← Index
Source: docs/features/zapier-mcp.md (auto-generated by scripts/generate-docs-html.mjs — edit the .md, not this file)

Zapier MCP — Sample Page (agent triggers real app actions)

Goal: a sample page where rabbit's agent, connected to Zapier MCP, executes real SaaS actions (send Gmail, create a Notion page, post a Slack message) from a natural-language instruction — no custom per-app integration code.

Source: jay's Zapier MCP one-liner summary, pasted in session 2026-07-17 (no URL provided — this doc is the canonical copy). Positioning: the consumer counterpart of LLM Day 39 (building an MCP server yourself) — start by consuming someone else's MCP.

1. What Zapier MCP is

2. Sample page design (/etc/zapier or a new ETC subpage)

3. Concrete demo scenarios (pick 1–2)

  1. Email-to-self: prompt → agent calls Zapier's Gmail send tool → mail arrives at linked0@gmail.com. Smallest end-to-end proof.
  2. Notion note: "summarize this market snapshot to Notion" → agent pulls /api/indices data → creates a Notion page. Shows chaining a rabbit-internal source with an external action.
  3. (stretch) Morning-report pipeline: wire the summary+notify flow from the source note — report text → Notion page → Gmail notification, both via one agent turn.

Suggested first cut: scenario 1 with wiring option 1 (Anthropic MCP connector) — smallest possible loop, ~0.5–1d including the Zapier-side setup.

Status

Backlog / to do — not yet scheduled. Natural sequencing: after the AI Chat KB-via-MCP+RAG work (see ai-chat.md) so the MCP client/server concepts land together, but it's independent enough to pull forward as a quick win.