Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.
{
"mcpServers": {
"io-github-noncelogic-mcp": {
"command": "<see-readme>",
"args": []
}
}
}No install config available. Check the server's README for setup instructions.
Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Hosted Playwright API for AI agents. Returns a11y trees instead of screenshots.
Is it safe?
No package registry to scan.
No authentication — any process on your machine can connect.
License not specified.
Is it maintained?
Commit history unknown.
Will it work with my client?
Transport: stdio. Works with Claude Desktop, Cursor, Claude Code, and most MCP clients.
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).
npx -y @roveapi/mcp
Set your API key via environment variable:
ROVE_API_KEY=rvp_live_... npx -y @roveapi/mcp
claude mcp add --scope user rove -e ROVE_API_KEY=rvp_live_YOUR_KEY -- npx -y @roveapi/mcp
Add to claude_desktop_config.json:
{
"mcpServers": {
"rove": {
"command": "npx",
"args": ["-y", "@roveapi/mcp"],
"env": {
"ROVE_API_KEY": "rvp_live_YOUR_KEY"
}
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"rove": {
"command": "npx",
"args": ["-y", "@roveapi/mcp"],
"env": {
"ROVE_API_KEY": "rvp_live_YOUR_KEY"
}
}
}
}
| Tool | Description |
|---|---|
navigate | Navigate to a URL. Auto-creates a session. Supports stealth mode and action jitter. |
interact | Click or fill actions in the active session. |
extract_schema | Extract structured data from a URL using a JSON schema. |
screenshot | Take a screenshot (in-session or standalone). |
get_a11y_tree | Get the accessibility tree snapshot — the core differentiator. |
close_session | Close a browser session and release resources. |
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.
| Environment Variable | Default | Description |
|---|---|---|
ROVE_API_KEY | rvp_live_demo | Your Rove API key |
ROVE_API_BASE_URL | https://api.roveapi.com | API endpoint |
Sign up at roveapi.com — 100 free credits on signup, no card required.
MIT
No automated test available for this server. Check the GitHub README for setup instructions.
This server is missing a description. Tools and install config are also missing.If you've used it, help the community.
Add informationNo known vulnerabilities.
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Browser automation with Puppeteer for web scraping and testing
Dynamic problem-solving through sequential thought chains
A Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Production ready MCP server with real-time search, extract, map & crawl.
MCP Security Weekly
Get CVE alerts and security updates for io.github.noncelogic/mcp and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.