Blazing fast unit testing. Vite-powered test runner with Jest compatibility.
npx -y @vitest/mcp-server-vitest
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"vitest": {
"command": "npx",
"args": ["-y", "@vitest/mcp-server-vitest"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleBlazing fast unit testing. Vite-powered test runner with Jest compatibility.
Language: TypeScript
Category: Developer Tools