Provar MCP Server for Grok
io.github.provartesting/provar
Provar MCP: AI-powered Salesforce test automation. Generate, validate, migrate, and run tests.
client:Grok
transport:stdio
runtime:npm
Install Provar MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"provar": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@provartesting/provardx-cli"
]
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs