home / mcp / limetest mcp server

Limetest MCP Server

AI-powered end-to-end testing MCP server that uses Playwright for automated browser testing.

Installation
Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "m2rads-limetest-arch": {
      "command": "npx",
      "args": [
        "npx @limetest/mcp",
        "--api-key=<your openai api key>"
      ],
      "env": {
        "OPENAI_API_KEY": "<your openai api key>"
      }
    }
  }
}

Available tools

executeMcpServer

Launch the Limetest MCP server to enable AI-powered end-to-end testing within your MCP client. This tool handles starting the stdio MCP process with the required arguments and API key.