Vitest Agent Reporter
Freeby MCP Community
A Vitest reporter and agent platform for LLM coding agents with SQLite persistence, MCP server, CLI, and Claude Code plugin.
v1.2.1Added Apr 12, 2026
vitestreporterllmaiagent
Vitest Agent Reporter MCP Server
A Vitest reporter and agent platform for LLM coding agents with SQLite persistence, MCP server, CLI, and Claude Code plugin.
Installation
npx -y vitest-agent-reporter
Reviews
Installation
Quick install
npx -y vitest-agent-reporter
Add to claude_desktop_config.json
{
"mcpServers": {
"vitest-agent-reporter": {
"command": "npx",
"args": ["-y", "vitest-agent-reporter"]
}
}
}