By pipefy
Manage Pipefy workflow automation, AI agents, database tables, portals, and reports directly from Claude Code. Create, read, update, and delete pipes, cards, automations, and more via MCP tools and CLI commands.
Use this skill when the user wants to create, read, update, delete, or troubleshoot AI agents (conversational agents with behaviors). Covers 7 MCP tools including pre-flight validation, plus pipe-scoped knowledge bases (list, plain text/document/data lookup CRUD, access probe) attached via dataSourceIds. For traditional automations and AI automations, see skills/automations/.
Use this skill when an MCP tool fails AND the introspection skill could not resolve the problem. This is the last-resort fallback (Tier 3): call the Pipefy GraphQL API directly using curl or httpx, authenticating with the Service Account (OAuth2) or a Personal Access Token (PAT) available as env var. Follow the 3-tier resolution strategy before reaching this point.
Use this skill when the user wants to upload a file to a Pipefy card or table-record attachment field. Covers the local file_path input mode through the MCP tools and the CLI.
Use this skill when the user wants to create, read, update, or delete traditional automations (if/then rules) or AI automations (prompt-driven). Covers 16 MCP tools. For AI agents (conversational), see skills/ai-agents/.
Use this skill when the user wants to work with Pipefy Database Tables — creating/reading/updating/deleting tables, records (rows), or table fields (schema columns). Covers 17 MCP tools.
No model invocation
Executes directly as bash, bypassing the AI model
Based on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Open-source toolkit for Pipefy developers: a Model Context Protocol (MCP) server for AI agents, a pipefy CLI for terminals and automation, a shared GraphQL SDK, and a catalog of agent skill playbooks.
Overview • Installation • Repository layout • MCP server • CLI • Agent skills • Documentation • Development • Contributing
| Component | Package / path | Purpose |
|---|---|---|
| MCP server | pipefy-mcp-server | Exposes 182 tools to MCP clients (Cursor, Claude Desktop, Claude Code, and others). |
| CLI | pipefy-cli | Terminal commands aligned with MCP capabilities; see docs/parity.md. |
| SDK | pipefy | Vendor GraphQL client, services, and models shared by MCP and CLI. |
| Skills | skills/ | Markdown playbooks (Anthropic Skills format) for common Pipefy workflows. |
Feedback and issues: GitHub Issues · [email protected]
Pre-1.0 ships pre-release builds to PyPI on every tag;
uvxanduv tool installresolve them. A stable PyPI release becomes the default at v1.0. The current pre-release line isv0.3.0-beta.*(latest tag:v0.3.0-beta.1). Two install paths: the Quick install script below (resolves the latest GitHub Release at runtime and runsuv tool installfor you), or Claude Code via the plugin marketplace (or hosted MCP).The CLI snippets below install
pipefy-clifrom PyPI, which resolvespipefyandpipefy-authtransitively (no explicit--withneeded). While the toolkit ships only pre-release versions (the 0.x line),uvresolves the latest pre-release automatically; to pin a specific one, usepipefy-cli==X.Y.Z(PEP 440 form, e.g.pipefy-cli==0.3.0b1). Do not pass a global--prerelease allow: it also lets transitive dependencies jump to their own pre-releases, which can pull a broken build.
Two auth paths:
pipefy auth login runs the browser flow and stores a session in your OS keychain. Works anywhere the pipefy CLI is on PATH (uv tool install once, any client can invoke it). Claude Code additionally exposes it as the /pipefy:pipefy-login slash command via the plugin marketplace. Pipe membership is whatever the signed-in user already has.PIPEFY_SERVICE_ACCOUNT_CLIENT_ID and PIPEFY_SERVICE_ACCOUNT_CLIENT_SECRET into the client config below.Full env-var reference and config.toml precedence: docs/config.md.
First-time / ask your agent: paste a setup request into Claude or Cursor and point them at this section — the checklist is skills/onboarding/pipefy-toolkit-setup/SKILL.md. Pick one MCP registration named pipefy (do not mix hosted HTTP and local stdio/plugin under the same name).
Zero local Python: Claude Code connects over HTTPS. Auth is the client OAuth flow (--client-id pipefy-mcp). Hosted exposes the remote-safe tool surface only.
Do not run this if you already have a local/plugin MCP named pipefy (or another Pipefy stdio entry you intend to keep). Remove the conflicting registration first: claude mcp remove pipefy -s user (adjust name/scope), or use the Claude Code plugin path instead of hosted.
npx claudepluginhub pipefy/ai-toolkit --plugin pipefyRun your sales pipeline in monday CRM from plain language. Start the day with a ranked deal briefing, build a forecast, turn meeting notes into deal updates, set up a CRM workspace from scratch, keep your data clean, manage sequences end-to-end, log calls and meetings to timelines, and set up automations — every result written straight back into monday. Built on the official monday MCP connector.
Corezoid AI Documentation and Templates — skills and MCP server for working with Corezoid BPM processes.
Optimize business operations — vendor management, process documentation, change management, capacity planning, and compliance tracking. Keep your organization running efficiently.
Genesis (Forerunner) - AI-Powered Executive Director Automation Platform. Analyze organizational responsibilities, score automation potential with 6-factor algorithm, generate LangGraph workflows, and deploy 11 specialized agents for trade associations and nonprofits.
Claude plugins for HubSpot CRM - contacts, companies, deals, tickets, activities, and associations
Comprehensive Airtable assistant for schema design, API interactions, scripting, interfaces, and automations.