← Back to Skills Marketplace
maverick-software

Zapier MCP

by maverick-software · GitHub ↗ · v1.0.0
cross-platform ⚠ suspicious
1127
Downloads
1
Stars
2
Active Installs
1
Versions
Install in OpenClaw
/install zapier-mcp
Description
Connect 8,000+ apps via Zapier MCP. Includes full UI integration for Clawdbot Gateway dashboard. Use when setting up Zapier integration, connecting apps, or...
Usage Guidance
This skill appears coherent and implements a Zapier MCP integration as described. Before installing, consider: 1) mcporter will be required and the skill will read/write your mcporter config file in your home directory — back up ~/.config/mcporter/config.json or any existing mcporter config if you care about existing entries. 2) The skill will send POST requests to whatever MCP URL you paste; only use MCP URLs you trust (a malicious MCP server could execute actions you didn't intend). 3) Confirm that mcporter on your system is the expected tool and source (install from the official package). 4) The code includes a couple of home-path variants (e.g., "clawd" vs "clawdbot"); this is likely just trying multiple candidate locations but you may want to inspect the config file it writes after saving. If you want stronger isolation, test the integration in a sandbox or VM before adding real accounts or production data.
Capability Analysis
Type: OpenClaw Skill Name: zapier-mcp Version: 1.0.0 The skill is suspicious due to insufficient validation of the user-provided `mcpUrl` in `reference/zapier-backend.ts`. While the URL is checked for HTTPS and a basic `tools/list` response, a malicious server could mimic Zapier's API, allowing an attacker to hijack the agent's communication with Zapier and potentially intercept or manipulate subsequent `mcporter call` requests. This represents a significant vulnerability where a user could be tricked into configuring a malicious endpoint, leading to potential compromise of agent actions or data, even though the skill itself does not exhibit explicit malicious intent.
Capability Assessment
Purpose & Capability
Name/description, required binary (mcporter), UI/controller files, and runtime behavior align: the skill's purpose is to expose a Zapier MCP server via mcporter and the code reads/writes mcporter configuration and calls the user-provided MCP URL. Nothing requested is extraneous to that purpose.
Instruction Scope
SKILL.md confines runtime actions to obtaining a Zapier MCP URL, configuring it in the Clawdbot UI, and invoking tools via mcporter. The included backend handlers only read/write mcporter config files in the user's home directory and POST JSON-RPC requests to the configured MCP URL. There are no instructions to collect unrelated system data or secrets.
Install Mechanism
No install spec is provided (instruction-only), so nothing is downloaded or auto-installed by the skill. The only runtime dependency is the mcporter binary (documented in SKILL.md), which is appropriate for an mcporter-based integration.
Credentials
The skill requests no env vars or external credentials. It does read and write mcporter configuration files under several candidate paths in the user's home directory (~/.config, ~/clawd/config, ~/clawdbot/config, etc.), which is necessary for its stated purpose but is a sensitive file operation — the skill will persist the provided MCP URL into the user's mcporter config and can remove that entry on disconnect.
Persistence & Privilege
The skill does not request permanent/always-on privileges. It modifies only the mcporter configuration (its stated scope) and does not alter other skills' configs or system-wide settings beyond the mcporter config file.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install zapier-mcp
  3. After installation, invoke the skill by name or use /zapier-mcp
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
- Initial release of Zapier MCP integration for Clawdbot. - Connect 8,000+ apps through a simple Zapier MCP URL—no OAuth or complex setup required. - Full dashboard UI: configure, test, and browse all available Zapier tools in Clawdbot. - Tools can be called via mcporter using natural-language instructions. - Automated grouping and browsing of tools by app; supports live tool status and connection testing. - Reference backend and UI code included for custom integrations.
Metadata
Slug zapier-mcp
Version 1.0.0
License
All-time Installs 2
Active Installs 2
Total Versions 1
Frequently Asked Questions

What is Zapier MCP?

Connect 8,000+ apps via Zapier MCP. Includes full UI integration for Clawdbot Gateway dashboard. Use when setting up Zapier integration, connecting apps, or... It is an AI Agent Skill for Claude Code / OpenClaw, with 1127 downloads so far.

How do I install Zapier MCP?

Run "/install zapier-mcp" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is Zapier MCP free?

Yes, Zapier MCP is completely free (open-source). You can download, install and use it at no cost.

Which platforms does Zapier MCP support?

Zapier MCP is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created Zapier MCP?

It is built and maintained by maverick-software (@maverick-software); the current version is v1.0.0.

💬 Comments