sauce api mcp for Claude Desktop
io.github.saucelabs-sample-test-frameworks/sauce-api-mcp
An open-source MCP server that provides LLM access to the Sauce Labs API
client:Claude Desktop
transport:stdio
runtime:pypi
Install sauce api mcp in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"sauce-api-mcp": {
"command": "uvx",
"args": [
"sauce-api-mcp"
],
"env": {
"SAUCE_USERNAME": "<SAUCE_USERNAME>",
"SAUCE_ACCESS_KEY": "<SAUCE_ACCESS_KEY>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs