Prerequisites: Install pflow before continuing.
One-click install
Click the button below to add pflow to VS Code:Manual setup
1. Open your MCP config file
User config (all projects):~/.vscode/mcp.json
Workspace config (single project): .vscode/mcp.json
2. Add pflow to your config
3. Reload VS Code
Reload the window or restart VS Code to load the new MCP server.Verify installation
Ask Copilot to list pflow workflows:Troubleshooting
One-click install didn't work
One-click install didn't work
- Make sure VS Code is installed and the
vscode:protocol handler is registered - Try the web redirect link instead
- Fall back to manual setup
Copilot doesn't see pflow tools
Copilot doesn't see pflow tools
- Make sure pflow is installed and in your PATH:
pflow --version - Check your MCP config JSON syntax is valid
- Reload VS Code window

