The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the License Compliance listing page.
MCP server that scans npm project dependencies for license compliance issues. Catch GPL contamination before code ships.
check-licensesScan a project's npm dependencies against a license policy and get a detailed compliance report.
Parameters:
path (required) — Absolute path to the project rootpolicy (optional, default: "permissive") — Policy preset or custom SPDX expression
"permissive" — Only MIT, ISC, BSD, Apache-2.0, etc."weak-copyleft" — Adds LGPL, MPL-2.0, EPL-2.0"copyleft" — Adds GPL, AGPL"(MIT OR Apache-2.0)" — Any valid SPDX expressionexplain-licenseGet a plain-language explanation of any SPDX license — permissions, conditions, limitations, compatibility, and gotchas.
Parameters:
license (required) — SPDX identifier (e.g., "MIT", "GPL-3.0-only", "Apache-2.0")Add to your config (claude_desktop_config.json or .cursor/mcp.json):
node_modules using license-checker-rseidelsohnspdx-correctspdx-satisfiesnode_modules installed (npm install)