license-checker for Cursor
io.github.weiseer/license-checker
OSS license metadata + compatibility checker MCP server.
client:Cursor
transport:stdio
runtime:npm
Install license-checker in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"license-checker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/license-checker-mcp"
],
"env": {
"LIC_URL": "<LIC_URL>",
"LIC_LOCAL_ONLY": "<LIC_LOCAL_ONLY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs