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.
Endpoint
Section titled “Endpoint”https://mcp.testzilla.ai/mcpAuthentication is per-user: you sign in once (OAuth) or present a Testzilla API key, and the server scopes every tool call to your account.
Connect from Claude Code
Section titled “Connect from Claude Code”claude mcp add --transport http testzilla https://mcp.testzilla.ai/mcpThen 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”.