← Index

io.github.noncelogic/mcp

io.github.noncelogic/mcp·v1.9.1·Browser Automation
Quality Score
85
/100

Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@roveapi/mcp"
      ],
      "env": {
        "ROVE_API_KEY": "<your-rove_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@roveapi/mcp"
      ],
      "env": {
        "ROVE_API_KEY": "<your-rove_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @roveapi/mcp
§02  Environment variables
ROVE_API_KEY
requiredsecret

Your Rove API key (get one at roveapi.com)

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in Browser Automation