Vitest
Freeby MCP Community
A Model Context Protocol server for Vitest test execution and management
v0.5.1Added Apr 12, 2026
mcpvitesttestingllmai
Vitest MCP Server
A Model Context Protocol server for Vitest test execution and management
Installation
npx -y @djankies/vitest-mcp
Reviews
Installation
Quick install
npx -y @djankies/vitest-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"vitest": {
"command": "npx",
"args": ["-y", "@djankies/vitest-mcp"]
}
}
}