Run Vitest tests via MCP
Modern testing framework for Vite projects. Run and manage tests through AI.
{
"mcpServers": {
"vitest": {
"mcpServers": {
"vitest": {
"args": [
"-y",
"vitest-mcp-server"
],
"command": "npx"
}
}
}
}
}