JavaScript testing framework. Unit tests, snapshots, and coverage reports with zero config.
npx -y @meta/mcp-server-jest
Add to your Claude Desktop config:
```json
{
"mcpServers": {
"jest": {
"command": "npx",
"args": ["-y", "@meta/mcp-server-jest"]
}
}
}
```
run_buildexecute_testslint_codeformat_codeanalyze_bundleJavaScript testing framework. Unit tests, snapshots, and coverage reports with zero config.
Language: JavaScript
Category: Developer Tools