KATATANDocs
ENJA
Open App ›
Docs/MCP tool setup/Claude Code
101 words · 1 min read

Claude Code

Setup

Run in the root of your project:

npx @katatan/agents init
# Select: 1. Claude Code
# Enter your KATATAN access token

The 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

Generated .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"]
    }
  }
}

Usage

Open your project in Claude Code and talk to @katatan-supervisor:

@katatan-supervisor Create E2E tests for the login screen