Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @provartesting/provardx-cli
MCP client config
{
"mcpServers": {
"provar-mcp-server": {
"command": "npx",
"args": [
"-y",
"@provartesting/provardx-cli"
]
}
}
}