testers.ai

Add AI Testers to Cursor

Give your AI Coding Agents some AI Testing Agents--so you don't have to do most of the testing.

Learn more about IDE Integration and the new AI Engineering Workflow

See testers.ai in Action

Watch how testers.ai transforms your testing workflow

Step 1: Download

Download the correct version of the testers tool for your operating system:

MacOS (Intel)

macOS 15 Sequoia only

Sequoia (latest)

Windows

Windows 11 only

Download

Ubuntu

 

Download

Step 2: Mark testers app safe

Follow these instructions to prepare the testers tool for your operating system:

MacOS Instructions

  1. Unzip to a folder and open a command window to that folder.
  2. Run the following commands to mark the binaries as safe:
xattr -d com.apple.quarantine ffmpeg
xattr -d com.apple.quarantine testers

Step 3: Start Agents

Start the testers agents to wait for your commands:

Run on MacOS/Linux

  1. Open terminal to the unzipped folder
  2. Run the following command:
./testers jai

Replace bing.com with the URL you would like to test.

Step 4: IDE Prompt Instructions

Prompt your IDE to know how to start the AI Testing Agents:

Cursor Logo

Cursor

Follow these steps to set up AI Testing Agents with Cursor IDE:

  1. Open Cursor settings
    Cursor Settings Menu
  2. Add testers.ai MCP server by clicking the "Add new Global MCP Server" Button
    Add MCP Server
  3. Add testers.ai MCP Server config to the mcp.json file that opens.
    MCP Config
    { "mcpServers": { "testers.ai MCP Server": { "url": "http://0.0.0.0:57537/sse" } } }
  4. In Cursor Agent chat window, type the following prompt:
    Cursor Prompt
    Can you run my server locally so I can view it? Can you use the check tool on the running app and fix any bugs it returns if any.

After setting up, Cursor will automatically run your server and use AI Testing Agents to find and fix bugs in your application!