Skip to content
VS Code

Provar MCP Server for VS Code

io.github.provartesting/provar

Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.

client:VS Code transport:stdio runtime:npm

Install Provar MCP Server in VS Code

.vscode/mcp.json

{
  "servers": {
    "provar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@provartesting/provardx-cli"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Provar MCP Server in other clients