pipefy-mcp-server

pipefy-mcp-server

1

Pipefy MCP is designed to integrate and manage Pipefy resources directly through an IDE with safety features. It is open-source, providing a secure and efficient way to create and update Pipefy resources.

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.

PyPI version CI Status Code Coverage Python 3.12+ uv package manager PyPI Downloads Smithery.ai Downloads MCP Server

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