
Provar MCP Server
Generate, validate, migrate, and run Salesforce tests from your agent with Provar’s MCP CLI integration.
Overview
Provar MCP is a MCP server for the Ship phase that lets agents generate, validate, migrate, and run Salesforce tests via Provar DX CLI stdio.
What is this MCP server?
- Provar MCP via @provartesting/provardx-cli provar mcp start
- Required --allowed-paths workspaceFolder for Salesforce project scope
- Generate, validate, migrate, and run Salesforce automated tests
- stdio MCP server v1.6.1 with documented mcp.md on GitHub
- AI-powered test automation for Provar DX Salesforce projects
- CLI package @provartesting/provardx-cli version 1.6.1
- MCP start command: provar mcp start with required --allowed-paths
- Operations: generate, validate, migrate, and run tests per description
Community signal: 1 GitHub stars.
What problem does it solve?
Salesforce solo builders struggle to keep Provar tests in sync with metadata changes when every action still requires separate GUI steps.
Who is it for?
Independent Salesforce developers and small SI shops using Provar DX who want agent-driven regression before production releases.
Skip if: Non-Salesforce apps, teams without Provar licenses, or beginners who have not configured a Provar project yet.
What do I get? / Deliverables
After install with --allowed-paths set to your project root, agents drive Provar test generate/validate/migrate/run from the same repo session.
- Agent-invoked Provar test generation and validation
- Migrated and executed Salesforce test suites from IDE
- Scoped filesystem access limited to declared project paths
Recommended MCP Servers
Journey fit
Salesforce regression and test automation belong in Ship when you harden CRM-dependent releases before customers touch org changes. Testing subphase captures AI-assisted Provar flows for generate/validate/migrate/run against allowed project paths.
How it compares
Vendor Salesforce test MCP via Provar CLI, not a generic Playwright skill or Apex-only unit test runner.
Common Questions / FAQ
Who is Provar MCP for?
Solo Salesforce builders and consultants on Provar DX who need MCP-driven test generation and execution from Claude Code or Cursor.
When should I use Provar MCP?
Use it in Ship/testing when you validate, migrate, or run Provar automated tests before deploying CRM changes to production orgs.
How do I add Provar MCP to my agent?
Install @provartesting/provardx-cli, configure stdio with arguments provar mcp start and --allowed-paths pointing to your Provar project folder per mcp.md.