pipefy-toolkit-setup
Original:🇺🇸 English
Translated
Guide a first-time user through Pipefy AI toolkit setup (hosted MCP, local install.sh, or Claude Code plugin). Use when the user asks to install Pipefy MCP, connect Claude/Cursor to Pipefy, run /pipefy:install, or set up mcp.pipefy.com. Do not use for day-to-day Pipefy workflows after MCP is already working.
9installs
Sourcepipefy/ai-toolkit
Added on
NPX Install
npx skill4agent add pipefy/ai-toolkit pipefy-toolkit-setupTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Pipefy toolkit setup (first-time onboarding)
Canonical install snippets live only in the root (#246: no second god-doc of commands). This skill is the agent checklist — print or run the README blocks verbatim; do not invent alternate commands.
README.md#installationEdge cases: . Auth: . Env: .
packages/mcp/README.mddocs/cli/auth.mddocs/config.mdWhen to use
- "Set up Pipefy", "install the MCP", "connect Claude/Cursor to Pipefy"
- User mentions ,
/plugin marketplace add, or/pipefy:installmcp.pipefy.com - Fresh machine with no on PATH and no Pipefy MCP server
pipefy
Do not use once tools already work — switch to a domain skill (pipes, tables, …).
Prerequisites
- User has a Pipefy account (Admin access if they need a service account).
- Hosted MCP: Claude Code CLI ().
claude - Local toolkit: a shell that can run (
curlcan installinstall.sh).uv
Who does what
| Actor | Does |
|---|---|
| Agent | Asks path; prints README commands verbatim; runs shell |
| User types | Claude slash commands ( |
| User in browser | OAuth for hosted ( |
Tools needed
Setup is outside the Pipefy MCP tool surface. After auth succeeds, verify with:
| Tool (MCP) | CLI equivalent | Read-only |
|---|---|---|
| | Yes |
| | Yes |
Steps
-
Choose one path — ask the user; do not pick silently.If they only say “Claude Code” (no path), ask a closed question:Hosted MCP (zero local Python,) or the Claude Code plugin (slash commands + local CLI)? If you’re unsure, Hosted is the usual first try.
mcp.pipefy.comPath README section Outcome Hosted MCP Hosted MCP HTTPS (remote-safe tools)mcp.pipefy.comLocal toolkit Quick install → local server + CLIinstall.shClaude Code plugin Claude Code plugin Marketplace + slash install/login CLI only CLI on PATH; no MCPpipefyNever register both hosted HTTP and local stdio/plugin under the MCP server name.pipefy -
Execute the chosen README block — run it in the shell, or print it for the user to paste (required for Claude slash commands). Do not reorder the plugin sequence: marketplace →→
/plugin install pipefy→/pipefy:install./pipefy:pipefy-login -
Auth — hosted: finish the client browser OAuth prompt (if status is Needs authentication). Local/plugin/CLI:
claude mcp login <name>orpipefy auth login(see README). Service accounts:/pipefy:pipefy-login.docs/config.md -
Verify
- Shell (local / plugin / CLI):
pipefy --version - MCP: call (needs no id — the natural first read; confirms the credential works and surfaces the org ids other tools need) or another read-only tool the user allows
list_organizations - Confirm exactly one MCP registration for the path you chose (hosted vs plugin)
pipefy
- Shell (local / plugin / CLI):
Success criteria
- One active Pipefy MCP registration for the chosen path (or CLI-only with no MCP).
- Auth completed.
- Read-only MCP call or succeeds.
pipefy --version
Failure modes
| Symptom | Likely cause | Recovery |
|---|---|---|
| Slash commands missing | Plugin not installed | README Claude Code plugin — marketplace + install first |
Two | Hosted + plugin both registered | |
| OAuth not finished | |
| CLI not on PATH | |
| MCP tools empty / auth errors | Login not done | Re-run login; service accounts → |
macOS | Keychain write | |
See also
README.md#installationskills/README.md