@muuktest/amikoo-mcp
v0.1.16
Published
Official MuukTest Amikoo MCP Server.
Downloads
110
Readme
MuukTest AMIKOO MCP
MCP server for analyzing and repairing E2E test failures (Playwright) with AI-powered suggestions.
Requirements
Before you begin, make sure you have:
Node.js 24+ — Check with
node --versionnpm — Comes with Node.js, check with
npm --versionMuukTest Key — Available in MuukTest Portal. If you don't have one yet, request access at MuukTest.
Setup
Open: Command Palette → "MCP: Open User Configuration"
VSCode:
{
"inputs": [
{
"id": "muuk_key",
"type": "promptString",
"description": "MuukTest Key (from your MuukTest Portal)",
"password": true
}
],
"servers": {
"amikoo-mcp": {
"command": "npx",
"args": ["-y", "@muuktest/amikoo-mcp"],
"env": {
"MUUK_KEY": "${input:muuk_key}"
}
}
}
}Claude Desktop
File: ~/.config/claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
{
"mcpServers": {
"amikoo-mcp": {
"command": "npx",
"args": ["-y", "@muuktest/amikoo-mcp"],
"env": {
"MUUK_KEY": "their-muuktest-key-here"
}
}
}
}Cursor
Settings → Search "MCP"
{
"amikoo-mcp": {
"command": "npx",
"args": ["-y", "@muuktest/amikoo-mcp"],
"env": {
"MUUK_KEY": "their-key-here"
}
}
}Supported Tools
call_repair_agent: Calls the repair/maintenance agent to analyze test failures and suggest fixes.
Support
- Contact MuukTest
