Provar MCP Server
Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.
1 stars1.7k downloads/wk
Reviews
Write oneNobody has reviewed Provar MCP Server yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Provar MCP Server tools (43, 5 write)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
provar_ant_generateprovar_ant_validateprovar_automation_compileprovar_automation_config_loadprovar_automation_metadata_downloadprovar_automation_setupprovar_automation_testrunprovar_connection_listprovar_nitrox_discoverprovar_nitrox_generateprovar_nitrox_patchwrite actionprovar_nitrox_readprovar_nitrox_validateprovar_org_describeprovar_pageobject_generateprovar_pageobject_validateprovar_project_inspectprovar_project_validateprovar_properties_generateprovar_properties_readprovar_properties_setprovar_properties_validateprovar_qualityhub_connectprovar_qualityhub_defect_createwrite actionprovar_qualityhub_displayprovar_qualityhub_examples_retrieveprovar_qualityhub_testcase_retrieveprovar_qualityhub_testrunprovar_qualityhub_testrun_abortprovar_qualityhub_testrun_reportprovar_step_schemaprovar_testcase_generateprovar_testcase_step_editprovar_testcase_validateprovar_testplan_add-instanceprovar_testplan_createwrite actionprovar_testplan_create-suitewrite actionprovar_testplan_remove-instancewrite actionprovar_testplan_validateprovar_testrun_rcaprovar_testrun_report_locateprovar_testsuite_validateprovardx_ping
Public scan report
scanner v0.1.9 · 2026-09-24 · same rubric, same numbers if you re-run it
- Code scan153 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitylocal package, no credentials required12/15
- Maintenancelast push 62 days ago12/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Provar MCP Server repository's README, as published. We do not edit it. Read it on GitHub
@provartesting/provardx-cli
What is the ProvarDX CLI?
The Provar DX CLI is a Salesforce CLI plugin for Provar customers who want to automate the execution of tests using Provar Automation, and the reporting of test results and other quality-related metrics to Provar Quality Hub.
Installation, Update, and Uninstall
Requires Node.js 18–24 (LTS 22 recommended). Node 25+ is not yet supported due to a breaking change in a transitive dependency. Check with node --version.
Install the plugin
$ sf plugins install @provartesting/provardx-cliUpdate plugins
$ sf plugins updateUninstall the plugin
$ sf plugins uninstall @provartesting/provardx-cliMCP Server (AI-Assisted Quality)
The Provar DX CLI includes a built-in Model Context Protocol (MCP) server that connects AI assistants (Claude Desktop, Claude Code, Cursor) directly to your Provar project. Once connected, an AI agent can inspect your project structure, generate Page Objects and test cases, validate every level of the test hierarchy with quality scores, and work with NitroX (Hybrid Model) component page objects for LWC, Screen Flow, Industry Components, Experience Cloud, and HTML5.
Validation runs in two modes: local only (structural rules, no key required) or Quality Hub API (170+ rules, quality scoring — requires a pvk API key). Don't have an account? Request access.
Quick setup
Requires: Provar Automation IDE installed with an activated license. Node.js 18–24 must be on your PATH.
Option A — Zero-install (recommended for Claude Desktop)
No prior setup needed. Paste this into your Claude Desktop config file and restart the app:
- macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json
- Windows: %APPDATA%\Claude\claudedesktopconfig.json
{
"mcpServers": {
"provar": {
"command": "npx",
"args": ["-y", "@provartesting/provardx-cli", "mcp", "start", "--allowed-paths", "/path/to/your/provar/project"]
}
}
}npx -y downloads the package automatically on first use — no sf or separate install step required.
Claude Code — run once to register the server:
claude mcp add provar -s user -- npx -y @provartesting/provardx-cli mcp start --allowed-paths /path/to/your/provar/projectOption B — Global sf plugin install
Prefer a persistent global install? Install once, then use the sf command:
# 1. Install the plugin
sf plugins install @provartesting/provardx-cli
# 2. (Optional) Authenticate for full 170+ rule validation
sf provar auth loginClaude Desktop config using the global install:
{
"mcpServers": {
"provar": {
"command": "sf",
"args": ["provar", "mcp", "start", "--allowed-paths", "/path/to/your/provar/project"]
}
}
}Windows (Claude Desktop): Use sf.cmd instead of sf if the server fails to start.
Claude Code using the global install:
claude mcp add provar -s user -- sf provar mcp start --allowed-paths /path/to/your/provar/project📖 docs/mcp.md — full setup, all 43 tools, 6 resources, 11 MCP prompts, troubleshooting.
Commands
Shortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
Runs npx -y @provartesting/provardx-cli on your machine. Read the scan report first; the gateway never runs local packages.
claude mcp add provar -- npx -y @provartesting/provardx-cli
Provar MCP Server: common questions
- Is Provar MCP Server safe?
- Yes, by our scan: it is graded A (88/100). Read the Provar MCP Server safety report
- How do I install Provar MCP Server?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Provar MCP Server need an API key?
- Not as far as the registry entry and our scan can tell: no credentials are declared or required.
- Is Provar MCP Server maintained?
- The last commit was 63 days ago (2026-07-24). The latest release is v1.6.5.
- What can I use instead of Provar MCP Server?
- Servers from other publishers that do the same job: Salesforce MCP server, Salesforce Cloud MCP server and sf-intelligence — Salesforce org intelligence for AI agents MCP server. Compare all Provar MCP Server alternatives.
Alternatives to Provar MCP Server
Same job from other publishers: the closest match first, then the best rated.
- SalesforceSalesforce CRM MCP server: accounts, contacts, opportunities, leads, tasks, and custom objectsnot reviewedGrowingA
- Salesforce CloudAI-powered Salesforce CRM: opportunity intelligence, conversation analysis, SOQL, analyticsnot reviewedGrowingB
- sf-intelligence — Salesforce org intelligence for AI agentsOffline, read-only MCP knowledge base for one Salesforce org's metadata, deps & impact.not reviewedGrowingA
- Salesforce MetadataThe only Salesforce MCP with Agentforce, OmniStudio & DevOps Center tools — 228 total.not reviewedGrowingB
- Agentforce Action Audit13 rules on a Salesforce Agentforce topic file, before the deploy and before Article 50not reviewedGrowingA