sauce api mcp for Grok
io.github.saucelabs-sample-test-frameworks/sauce-api-mcp
An open-source MCP server that provides LLM access to the Sauce Labs API
client:Grok
transport:stdio
runtime:pypi
Install sauce api mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"sauce-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sauce-api-mcp"
],
"env": {
"SAUCE_USERNAME": "<SAUCE_USERNAME>",
"SAUCE_ACCESS_KEY": "<SAUCE_ACCESS_KEY>"
}
}
}
}
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