Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Limetest Arch

    Playwright Tools for MCP

    2 stars
    TypeScript
    Updated Jul 8, 2025

    Table of Contents

    • Key Features
    • Installation
    • User data directory
    • Usage
    • Run Tests
    • limetest MCP Server
    • Use Cases
    • Example config
    • Acknowledgements

    Table of Contents

    • Key Features
    • Installation
    • User data directory
    • Usage
    • Run Tests
    • limetest MCP Server
    • Use Cases
    • Example config
    • Acknowledgements

    Documentation

    Limetest

    Limetest is the most light weight end to end testing framework with AI capabilities that can run in your CI workflows. Define your test cases in natural language and let AI handle the execution.

    Key Features

    • Optimized for AI: Define your test cases in plain language and let AI execute them end to end.
    • Lightweight & Efficient: Leverages Playwright snapshot instead of pixel analysis for faster, more reliable execution.
    • Vision Capabilities: Falls back to vision mode when snapshot mode fails during more sophisticated test scenarios.

    Installation

    bash
    npm install @limetest/limetest
    
    npx playwright install

    User data directory

    limtest will launch Chrome browser with the new profile, located at

    code
    - `%USERPROFILE%\AppData\Local\ms-limetest\mcp-chrome-profile` on Windows
    - `~/Library/Caches/ms-limetest/mcp-chrome-profile` on macOS
    - `~/.cache/ms-limetest/mcp-chrome-profile` on Linux

    Usage

    Run Tests

    Use --headless for running tests headlessly in CI workflows

    bash
    npx limetest example

    limetest MCP Server

    https://github.com/user-attachments/assets/b801f239-dc66-4b3b-bcf2-42e2a9a68721

    A Model Context Protocol (MCP) server powered by Playwright that streamlinse end to end testing for your MCP client.

    Use Cases

    • Automated testing planned and executed by LLMs

    Example config

    After cloning this repo, build and add the E2E MCP server to your MCP Client as such:

    Notice that you need OpenAI API key to run this MCP server in end to end mode.

    bash
    npm install @limetest/mcp
    
    npx playwright install

    Then:

    js
    {
        "mcpServers": {
            "limetest": {
                "command": "npx",
                "args": [
                    "npx @limetest/mcp",
                    "--api-key="
                ]
            }
        }
    }

    All the logged in information will be stored in that profile, you can delete it between sessions if you'd like to clear the offline state.

    Acknowledgements

    Limetest is based on Microsoft's Playwright MCP and optimized for automated end-to-end testing as a standalone framework. This project is distributed under the Apache 2.0 License.

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • GL

      Glm Mcp Server

      TypeScript·
      3
    • NS

      Ns Private Access Mcp

      TypeScript·
      3
    • MC

      Mcp Wave

      TypeScript00
    • OP

      Openai Gpt Image Mcp

      TypeScript·
      75

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k