rove
Hosted Playwright browser automation for AI agents.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
- Navigate: Navigate to a URL. Creates a browser session automatically if none exists.
- Click: Click an element by CSS selector.
- Fill: Fill a form field with text.
What data it sees
Do you need an account
No: the server works without sign-in
Hosted Playwright browser automation for AI agents. Returns accessibility trees instead of screenshots, cutting token usage by 77%. Navigate, interact, extract structured data, and take screenshots — all via MCP. Zero infrastructure, credit-based pricing.
Server tool list (10)
Raw names from tools/list. Only developers need these.
| navigate | Navigate to a URL. Creates a browser session automatically if none exists. |
| click | Click an element by CSS selector. |
| fill | Fill a form field with text. |
| screenshot | Take a screenshot of the current page. |
| get_a11y_tree | Get the accessibility tree snapshot of the current page. Returns structured data that is 77% smaller than a screenshot, ideal for LLM consumption. |
| get_text | Extract text content from an element. |
| scroll | Scroll the page in a direction. |
| evaluate | Execute JavaScript in the browser context. |
| close_session | Close a browser session and release resources. |
| list_sessions | List all active browser sessions. |