Rove
@roveapi/mcp
MCP server for Rove — a hosted Playwright API for AI agents.
Returns accessibility trees instead of screenshots, reducing LLM token consumption by ~77% (26K tokens vs 114K for a typical page).
Quick Start
npx -y @roveapi/mcpSet your API key via environment variable:
ROVE_API_KEY=rvp_live_... npx -y @roveapi/mcpInstall in Claude Code
claude mcp add --scope user rove -e ROVE_API_KEY=rvp_live_YOUR_KEY -- npx -y @roveapi/mcpInstall in Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"rove": {
"command": "npx",
"args": ["-y", "@roveapi/mcp"],
"env": {
"ROVE_API_KEY": "rvp_live_YOUR_KEY"
}
}
}
}Install in Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"rove": {
"command": "npx",
"args": ["-y", "@roveapi/mcp"],
"env": {
"ROVE_API_KEY": "rvp_live_YOUR_KEY"
}
}
}
}Tools
Tool | Description |
| Navigate to a URL. Auto-creates a session. Supports stealth mode and action jitter. |
| Click or fill actions in the active session. |
| Extract structured data from a URL using a JSON schema. |
| Take a screenshot (in-session or standalone). |
| Get the accessibility tree snapshot — the core differentiator. |
| Close a browser session and release resources. |
Why Accessibility Trees?
Traditional browser automation returns screenshots that cost ~114K tokens per page. Rove returns structured accessibility trees at ~26K tokens — 77% fewer tokens, faster responses, and better structured data for LLMs to reason over.
Configuration
Environment Variable | Default | Description |
|
| Your Rove API key |
|
| API endpoint |
Get an API Key
Sign up at roveapi.com — 100 free credits on signup, no card required.
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/noncelogic/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server