$ timeahead.in
/ servers/npm/@letsrunit/mcp-server
npm

@letsrunit/mcp-server

MCP server for letsrunit — AI-agent browser test generation and execution

732/wkupdated 2d agogithub ↗
82good
▣ Overview

What it does

The @letsrunit/mcp-server bridges AI agents and letsrunit's browser testing framework via the Model Context Protocol. It enables agents to generate, write, run, and debug Gherkin/Cucumber tests against web applications in a real browser. Tests live as plain .feature files compatible with Cucumber and can run in CI pipelines after the agent session ends.

Who it's for

AI coding agents (Claude Code, etc.) building test suites for web applications, and developers who want to offload browser test automation to agents. Most useful when agents need to verify UI behavior, generate test coverage, or debug failing tests against a live browser.

Common use cases

  • Generate browser tests via agents using plain-language Gherkin syntax
  • Run Cucumber feature tests against Chromium during development or in CI
  • Debug failing tests by having agents inspect and fix Gherkin scenarios
  • Test email-based workflows using the bundled mailbox integration
  • Keep test suites alive in CI after agents finish a session

Setup pitfalls

  • Must run npx letsrunit init to configure MCP, Playwright/Chromium, and environment variables
  • Requires LETSRUNIT_BASE_URL environment variable pointing to the app under test
  • Needs filesystem write access to create and manage .feature files and Cucumber configurations
  • Browser automation adds significant disk and memory overhead; init automates setup but verify your environment has adequate capacity
▣ Score BreakdownMCPScore = Σ(raw × weight)
DimensionRawWeighted
Security
35%
100
35.0
Freshness
25%
100
25.0
Adoption
20%
34
6.9
Quality
10%
100
10.0
Trust
10%
50
5.0
Total
81.9
⚿ Capabilities & Risk Explainer
fs readfs writenetworkexecevalsecrets
◆ Risk level: high
fs read + fs write + network + exec + eval + secrets active — can execute code, access credentials, and make external network calls.
⚙ Install config
Claude Desktop · Cursor · Windsurf · VS Code (Copilot) · Claude Code
add to your MCP client config:
{
  "mcpServers": {
    "letsrunitmcp": {
      "command": "npx",
      "args": [
        "-y",
        "@letsrunit/mcp-server"
      ]
    }
  }
}
📈 Score historylast 32 snapshots
4/30/20266/10/2026 · 32 snapshots
⚙ Maintenance health
55/ 100 · is this project alive?
contributors (1y)3
top contributor share89%
releases (1y)55
last release7d ago
ci⚠ failing
⛁ Raw data
weekly downloads732
github stars0
forks0
open issues1
license✓ present
readme length2335 chars
last publish7d ago
last commit2d ago
last updated5d ago
install verified✗ fail · 24d ago
owner of this server? claim your listing to get a verified badgeclaim →
🔔 Score drop alerts
get notified by email when this server's score drops 5+ points