Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From Pipefy
Connects to the Pipefy API to manage business processes, pipelines, cards, and fields. Requires Pipefy authentication credentials.
npx claudepluginhub pipefy/ai-toolkit --plugin pipefyCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"pipefy": {
"type": "http",
"command": "uvx",
"args": [
"--with",
"pipefy-sdk @ git+https://github.com/pipefy/ai-toolkit@latest#subdirectory=packages/sdk",
"--with",
"pipefy-auth @ git+https://github.com/pipefy/ai-toolkit@latest#subdirectory=packages/auth",
"--from",
"git+https://github.com/pipefy/ai-toolkit@latest#subdirectory=packages/mcp",
"pipefy-mcp-server"
],
"url": "https://github.com/pipefy/ai-toolkit@latest#subdirectory=packages/sdk"
}
}
}Review these signals before enabling this server
This server connects to external services. Review the URLs it accesses before enabling.
Server configuration and connection parameters
uvxhttps://github.com/pipefy/ai-toolkit@latest#subdirectory=packages/sdkCommand-line arguments passed to the server process
Declared capabilities of this MCP server
Share bugs, ideas, or general feedback.