Run in the root of your project:
npx @katatan/agents init
# Select: 1. Claude Code
# Enter your KATATAN access tokenThe following files are generated:
.claude/
└── agents/
├── katatan-supervisor.md
├── katatan-e2e-planner.md
├── katatan-e2e-generator.md
├── katatan-e2e-runner.md
└── katatan-e2e-healer.md
.mcp.json.mcp.json{
"mcpServers": {
"katatan-test": {
"type": "http",
"url": "https://mcp.katatan.com/mcp",
"headers": {
"Authorization": "Bearer kat_xxxxxxxxxxxxxxxx"
}
},
"playwright": {
"command": "npx",
"args": ["@playwright/mcp@latest"]
}
}
}Open your project in Claude Code and talk to @katatan-supervisor:
@katatan-supervisor Create E2E tests for the login screen