Vitest
Freeby MCP Community
Advanced Model Context Protocol (MCP) server for Vitest testing with intelligent resources, coverage analysis, and AI-assisted development workflows
v1.0.8Added Apr 12, 2026
mcpmodel-context-protocolvitesttestingai
Vitest MCP Server
Advanced Model Context Protocol (MCP) server for Vitest testing with intelligent resources, coverage analysis, and AI-assisted development workflows
Installation
npx -y @madrus/vitest-mcp-server
Reviews
Installation
Quick install
npx -y @madrus/vitest-mcp-server
Add to claude_desktop_config.json
{
"mcpServers": {
"vitest": {
"command": "npx",
"args": ["-y", "@madrus/vitest-mcp-server"]
}
}
}