MCP Server
Active
RobotActions — AI-Driven Mobile + Web Test Automation MCP Server
io.github.krishtoautomate/robotactions
What is the RobotActions — AI-Driven Mobile + Web Test Automation MCP server?
Drive real Android & iOS devices and web browsers from natural language for mobile + web QA.
How to install RobotActions — AI-Driven Mobile + Web Test Automation
Copy-paste configuration for popular MCP clients.
transport: sse
Config generated by PluginBench — verify against the source before use.Environment / auth
AuthorizationrequiredsecretBearer <API token from your Robot Actions account → Profile → API Tokens>
Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"robotactions": {
"url": "https://{tenant}.robotactions.com/mcp/sse"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"robotactions": {
"serverUrl": "https://{tenant}.robotactions.com/mcp/sse"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"robotactions": {
"type": "http",
"url": "https://{tenant}.robotactions.com/mcp/sse"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"robotactions": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://{tenant}.robotactions.com/mcp/sse"
]
}
}
}Claude Code
claude mcp add --transport sse robotactions https://{tenant}.robotactions.com/mcp/sseRelated MCP servers
Drive real Android & iOS devices and web browsers from natural language for mobile + web QA.
0
View repository →TypeScript