Stats
Actions
Tags
From aura-frog
Local Vitest MCP server for running tests, viewing coverage, and managing test suites in JavaScript/TypeScript projects. Runs via npx @djankies/vitest-mcp.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"vitest": {
"command": "npx",
"args": [
"-y",
"@djankies/vitest-mcp"
]
}
}
}Server configuration and connection parameters
npxCommand-line arguments passed to the server process
npx claudepluginhub nguyenthienthanh/aura-frog --plugin aura-frog