Local-first visual regression for AI agents: verdicts, diff images, explain_snapshot. No API key.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @testivai/mcp
MCP client config
{
"mcpServers": {
"testivai-oss": {
"command": "npx",
"args": [
"-y",
"@testivai/mcp"
]
}
}
}