Provar MCP Server for Cursor
io.github.provartesting/provar
Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.
client:Cursor
transport:stdio
runtime:npm
Install Provar MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"provar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@provartesting/provardx-cli"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs