Prerequisites: Before you begin, install pflow and set up your API key.
Choose your AI tool
Claude Code
Anthropic’s CLI agent with terminal access
Claude Desktop
Claude’s desktop app (macOS)
Cursor
AI-powered code editor
VS Code / Copilot
Visual Studio Code with GitHub Copilot
Windsurf
Codeium’s AI IDE
Two ways to connect
CLI access
If your AI tool has terminal access (Claude Code, Cursor, Windsurf), the simplest approach is CLI access. Your agent runs pflow commands directly:MCP server
For tools that support the Model Context Protocol, you can add pflow as an MCP server. This gives your agent structured tools for workflow operations. The MCP config for pflow is the same across all tools:Same capabilities, different interface
Both methods give your agent the same functionality - the MCP server mirrors the CLI commands with minor adjustments for structured tool use. Your agent can discover nodes, run workflows, save new ones, and manage settings either way. Choose based on what your AI tool supports. If it has terminal access, CLI is simpler. If it only supports MCP, use that. If it supports both, either works.Comparison
| Tool | CLI access | MCP server | One-click install |
|---|---|---|---|
| Claude Code | Yes | Yes | - |
| Claude Desktop | No | Yes | No |
| Cursor | Yes | Yes | Yes |
| VS Code / Copilot | Yes | Yes | Yes |
| Windsurf | Yes | Yes | No |
pflow is currently verified to work on macOS. Windows and Linux support is coming soon.

