Other
Patrol MCP
AI-powered test automation with Patrol MCP server
Overview
Patrol MCP is an MCP (Model Context Protocol) server that lets AI assistants
run and manage Patrol tests in Flutter projects. It wraps patrol develop
and exposes it as a set of MCP tools.
Version Compatibility
patrol_mcp must stay compatible with the patrol in your project. Its only
constraint is on patrol_cli; the resolver then picks a patrol_cli (and its
patrol_log) that also fits your patrol:
| patrol_mcp | patrol_cli |
|---|---|
| 0.1.4+ | ^4.3.0 |
| 0.1.3 | 4.3.1 |
| 0.1.0–0.1.2 | ^4.3.0 |
A version conflict means your patrol — or a patrol_cli you pin directly —
falls outside that range.
Getting Started
See the full setup guide on GitHub for installation steps, IDE-specific MCP configuration (Claude Code, Cursor, Copilot, Gemini CLI), environment variables, and troubleshooting.