Odel
mcp

mcp

Local
@noncelogicJavaScriptMITUpdated 4mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@roveapi/mcpv1.9.1

Run

npx -y @roveapi/mcp

MCP client config

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@roveapi/mcp"
      ]
    }
  }
}