Odel
Provar MCP Server

Provar MCP Server

Local
@provartesting1TypeScriptBSD-3-ClauseUpdated 1mo ago

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).

npm@provartesting/provardx-cliv1.6.5

Run

npx -y @provartesting/provardx-cli

MCP client config

{
  "mcpServers": {
    "provar-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@provartesting/provardx-cli"
      ]
    }
  }
}