Install the web-eval-agent MCP Server
mainYou can install the web-eval-agent MCP server using either a one-click integration or manual setup.
One-Click Integration
- Get an API key from operative.sh/mcp.
- Use the "Add to Cursor" button for instant installation in Cursor.
Manual Setup (macOS/Linux)
- Get an API key from operative.sh/mcp.
- Install
uvusing:curl -LsSf https://astral.sh/uv/install.sh | sh - Source your environment (e.g.,
source ~/.zshrcorsource ~/.bashrc). - Install Playwright and its dependencies:
npm install -g chromium playwright && uvx --with playwright playwright install --with-deps - Add the MCP server configuration JSON to your IDE (Cursor, Cline, or Windsurf) and restart the editor.
Manual Setup (Windows)
- Open your code editor terminal.
- Run the installer script:
curl -LSf https://operative.sh/install.sh -o install.sh && bash install.sh && rm install.sh - Get an API key from operative.sh/mcp.
- Install
uv:curl -LsSf https://astral.sh/uv/install.sh | sh - Install Playwright via
uvx:uvx --from git+https://github.com/Operative-Sh/web-eval-agent.git playwright install - Restart your code editor.
curl -LSf https://operative.sh/install.sh -o install.sh && bash install.sh && rm install.sh