Coverage analysis, untested function detection and complexity scoring for TS and JS.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Turn JavaScript and TypeScript coverage artifacts into practical test priorities. The server reads local coverage and source files, identifies gaps, scores function complexity, and suggests focused test cases without sending code to an external service.
Tool page Β· npm Β· Listed in the official MCP Registry

Add one local server entry to any stdio-compatible MCP client:
Then ask the client to inspect an existing coverage file:
No account, API key, or hosted service is required. File access is restricted to the directory where the server starts.
Running the complexity tool against the real src/paths.ts file produces:
The same server reads lcov, Istanbul JSON, and Cobertura files to surface uncovered functions, lines, and branches.
A pinned p-limit 7.3.1 case study reproduces
coverage from the upstream project's 22 passing tests. test-intel-report
reduces its lcov artifact to two uncovered lines and one uncovered branch while
preserving the original coverage file for inspection.
If this saves you time, consider starring the repository. It helps other developers find it.
| Tool | What it answers |
|---|---|
analyze_test_coverage | Which files, functions, lines, and branches remain uncovered? |
find_untested_functions | Which source functions have no corresponding test file? |
get_function_complexity | Which functions deserve testing attention first? |
suggest_test_cases | Which happy path, boundary, error, async, and type cases should be reviewed? |
Supported coverage formats:
| Format | Common producers |
|---|---|
| lcov | Jest, Vitest, nyc, Istanbul |
| Istanbul JSON | Jest, nyc, Istanbul |
| Cobertura XML | Jest, pytest-cov, JaCoCo |
Heuristic source-to-test matching and complexity scores are prioritization signals. Native coverage data and human review remain the source of truth.
The package also includes a non-MCP command for CI and terminal use:
An explicit format can be supplied when the filename is ambiguous:
Generate coverage with the project's own test runner, then pass the resulting artifact to the action:
The report is written to the workflow summary. The action analyzes an artifact that already exists and does not upload source or coverage data.
Use the stdio configuration from the quickstart. Config file locations differ by client, but the server entry is the same:
Create .vscode/mcp.json:
Start the local endpoint:
The MCP endpoint is http://localhost:3000/mcp and the health endpoint is http://localhost:3000/health. Set PORT to use another port.
Connect an HTTP client to http://localhost:3000/mcp.
Requirements: Node.js 18 or newer.
See CONTRIBUTING.md for the development workflow.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/test-intel)<a href="https://allmcps.com/mcp/test-intel"><img src="https://allmcps.com/api/badge/test-intel?style=directory" alt="Test Intel on AllMCPs" /></a>