pipefy-mcp-server

pipefy-mcp-server

3.2

If you are the rightful owner of pipefy-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

Pipefy MCP is an open-source MCP server that integrates with Pipefy to manage cards and field information with safety controls.

MCP server for Pipefy

Pipefy MCP is an open-source MCP server that lets your IDE safely create cards, update field information, and use any Pipefy resource — all with built-in safety controls.

⚡ Free & open-source forever. 📢 Share your feedback on GitHub issues or at dev@pipefy.com.

Table of contents

Getting startedFeature overviewTroubleshootingChangelog

Getting Started

Prerequisites

Installing the server requires the following on your system:

  • Python 3.12+

If you plan to install via uv, ensure it's installed.

Inspecting locally developed servers

To inspect servers locally developed or downloaded as a repository, the most common way is:

npx @modelcontextprotocol/inspector uv --directory . run pipefy-mcp-server

Testing

Updating GraphQL Schema

uv run gql-cli https://app.pipefy.com/graphql --print-schema --schema-download --headers 'Authorization: Bearer <AUTH_TOKEN>' > tests/services/pipefy/schema.graphql