sauce api mcp for Cursor
io.github.saucelabs/sauce-api-mcp
An open-source MCP server that provides LLM access to the Sauce Labs API
client:Cursor
transport:stdio
runtime:pypi
Install sauce api mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"sauce-api-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"sauce-api-mcp"
],
"env": {
"SAUCE_USERNAME": "<SAUCE_USERNAME>",
"SAUCE_ACCESS_KEY": "<SAUCE_ACCESS_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs