Skip to content

Vitest Agent Reporter

Free

by 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
Works with:ClaudeGPTGeminiCopilot

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

Leave a Review

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"]
    }
  }
}