Loading MCP server directory, please wait...
An open-source MCP server that provides LLM access to the Sauce Labs API
npx @getmcp/cli add io.github.saucelabs-sample-test-frameworks/sauce-api-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.saucelabs-sample-test-frameworks/sauce-api-mcp": {
"command": "uvx",
"args": [
"sauce-api-mcp"
],
"env": {
"SAUCE_USERNAME": "<sauce-user-name>",
"SAUCE_ACCESS_KEY": "<sauce-access-key>"
}
}
}
}