WebRun Browser Automation for VS Code
ai.webrun/webrun
Run multi-step tasks in a real Chrome browser: persistent environments, live view, human takeover.
client:VS Code
transport:streamable-http
tools:21
Install WebRun Browser Automation in VS Code
.vscode/mcp.json
{
"servers": {
"webrun": {
"type": "http",
"url": "https://api.webrun.ai/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs
What VS Code can do once it is connected
- browser_task
- create_session
- send_task
- pause_session_task
- resume_session_task
- stop_session_task
- terminate_session
- guardrail_response
- get_task_status
- screenshot
- list_sessions
- list_environments
- list_workflows
- get_workflow
- create_workflow
- update_workflow
- trigger_workflow
- create_agent
- list_agents
- pause_agent
- resume_agent