Skip to content

MCP Server

Testzilla exposes a Model Context Protocol (MCP) server so AI coding agents (Claude Code, Cursor, and other MCP clients) can list projects, create and run tests, and read results on your behalf.

https://mcp.testzilla.ai/mcp

Authentication is per-user: you sign in once (OAuth) or present a Testzilla API key, and the server scopes every tool call to your account.

Terminal window
claude mcp add --transport http testzilla https://mcp.testzilla.ai/mcp

Then authenticate when prompted. Once connected, you can ask the agent to work with your Testzilla data directly, for example “list my projects” or “run the smoke test on my support line”.