RobotActions — AI-Driven Mobile + Web Test Automation for LangChain
io.github.krishtoautomate/robotactions
Drive real Android & iOS devices and web browsers from natural language for mobile + web QA.
client:LangChain
transport:sse
Install RobotActions — AI-Driven Mobile + Web Test Automation in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"robotactions": {
"transport": "streamable_http",
"url": "https://{tenant}.robotactions.com/mcp/sse",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs