Skip to main content

MCP server for analyzing and repairing E2E test failures

Project description

MuukTest Repair MCP

MCP server for analyzing and repairing E2E test failures (Playwright, Cypress, Selenium, etc).

Installation

pip install muuk-test-repair-mcp

Configuration

VS Code / GitHub Copilot

Open User MCP Configuration (Cmd+Shift+P → "MCP: Open User Configuration"):

{
  "inputs": [
    {
      "type": "promptString",
      "id": "muuk_api_key",
      "description": "MuukTest API Key",
      "password": true
    }
  ],
  "servers": {
    "muuk-test-repair": {
      "command": "muuk-test-repair-mcp",
      "env": {
        "MUUK_API_KEY": "${input:muuk_api_key}"
      }
    }
  }
}

Claude Desktop

Edit ~/.config/claude/claude_desktop_config.json:

{
  "mcpServers": {
    "muuk-test-repair": {
      "command": "muuk-test-repair-mcp",
      "env": {
        "MUUK_API_KEY": "your-api-key"
      }
    }
  }
}

Cursor

Similar to VS Code configuration.

Usage

Ask your AI agent:

Analyze the test failure in my project.
- workspace_path: /Users/me/my-project
- test_file_path: ./tests/login.spec.ts
- failure_info_path: ./failure-data/failure_info.json
- dom_elements_path: ./failure-data/dom_elements.json
- screenshot_path: ./failure-data/screenshot.png

Or more naturally:

Use analyze_test_failure to check the failure in ./failure-data/
The workspace is /Users/me/my-project

Required Parameters

Parameter Description
workspace_path Required: Absolute path to project root
test_file_path Path to test file or directory (relative to workspace)
failure_info_path Path to failure info JSON
dom_elements_path Path to DOM elements JSON
screenshot_path Path to failure screenshot

Available AI Presets

  • claude (default)
  • openai
  • gemini
  • deepseek
  • mistral

API Key

Request your MUUK_API_KEY from MuukTest.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

muuk_test_repair_mcp-0.1.3.tar.gz (6.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

muuk_test_repair_mcp-0.1.3-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

Details for the file muuk_test_repair_mcp-0.1.3.tar.gz.

File metadata

  • Download URL: muuk_test_repair_mcp-0.1.3.tar.gz
  • Upload date:
  • Size: 6.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.0

File hashes

Hashes for muuk_test_repair_mcp-0.1.3.tar.gz
Algorithm Hash digest
SHA256 3ac27d597af61f9771a289310eecec4ab2112f216a5ea2957cf87f7745bd460e
MD5 8d063a395617946f97fe64959c1dc51d
BLAKE2b-256 277cb26545b671731a69a9e92e3c8abf7890dc1611cdc5c383c4180246b51d11

See more details on using hashes here.

File details

Details for the file muuk_test_repair_mcp-0.1.3-py3-none-any.whl.

File metadata

File hashes

Hashes for muuk_test_repair_mcp-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 164cf27513e6dc912e97e62f7375a43b0c7f228f60229458e47ba0fc11619f38
MD5 a9d2d6eccd5ba7612c59231d1dfc11c3
BLAKE2b-256 dbd96c1ff7c5538fa41d4adafc6725d8da0432746c47f2b5729d5cae5250c587

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page