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.2.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.2-py3-none-any.whl (7.1 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: muuk_test_repair_mcp-0.1.2.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.2.tar.gz
Algorithm Hash digest
SHA256 eb85d79dd830d16ff6375b97148c33fae21b65ef3edb390958196da2d705ba42
MD5 797d567f774f20c590bb6da2aa1004ae
BLAKE2b-256 128217a0e0899916b25f9b3ca5eab5fd996aa03a210e660ab8c97ecbb01b2acc

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for muuk_test_repair_mcp-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 88f7f5f819eae5bdb6afd9d178523eb491f694c2f8aba06ddf2823efc90a53fe
MD5 109f601457c63f5bf12603dac713f4a9
BLAKE2b-256 5d77d9e9e0106a43a0f43e638841ff0d5fdb2ab5ec905f791e331d38a359654d

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