KATATANDocs
ENJA
Open App ›
Docs/MCP tool setup
164 words · 1 min read

MCP tool setup

How to configure the Katatan agents and MCP servers in each AI client.

Run this in the root of your project to generate config files automatically:

npx @katatan/agents init

The command asks you to choose a client and enter your KATATAN access token, then generates the appropriate files.

See Setup MCP tools on your environment for the full walkthrough.

MCP servers configured

Server Role
katatan-test Read/write TestSpec, TestCase, Dictionary, and TestReport
playwright Browser automation (navigation, snapshots, clicks, etc.)

Per-client pages

Each client stores its config in a different location. See the individual pages.

Prefer not to load tool schemas into context?

The KATATAN CLI covers the same functionality as these MCP tools as plain terminal commands — no tool-definition payload to load into context on every call. It's a good fit for CI/CD pipelines, scripts, and context-conscious coding agents.