What is the license-checker MCP server?
OSS license metadata + compatibility checker MCP server.
How to install license-checker
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Environment / auth
LIC_URLOverride remote snapshot URL
LIC_LOCAL_ONLYSkip remote fetch
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"license-checker": {
"command": "npx",
"args": [
"-y",
"@weiseer/license-checker-mcp"
],
"env": {
"LIC_URL": "<YOUR_LIC_URL>",
"LIC_LOCAL_ONLY": "<YOUR_LIC_LOCAL_ONLY>"
}
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"license-checker": {
"command": "npx",
"args": [
"-y",
"@weiseer/license-checker-mcp"
],
"env": {
"LIC_URL": "<YOUR_LIC_URL>",
"LIC_LOCAL_ONLY": "<YOUR_LIC_LOCAL_ONLY>"
}
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"license-checker": {
"command": "npx",
"args": [
"-y",
"@weiseer/license-checker-mcp"
],
"env": {
"LIC_URL": "<YOUR_LIC_URL>",
"LIC_LOCAL_ONLY": "<YOUR_LIC_LOCAL_ONLY>"
}
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"license-checker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@weiseer/license-checker-mcp"
],
"env": {
"LIC_URL": "<YOUR_LIC_URL>",
"LIC_LOCAL_ONLY": "<YOUR_LIC_LOCAL_ONLY>"
}
}
}
}Claude Code
claude mcp add license-checker --env LIC_URL=<YOUR_LIC_URL> --env LIC_LOCAL_ONLY=<YOUR_LIC_LOCAL_ONLY> -- npx -y @weiseer/license-checker-mcpRelated MCP servers
SDK breaking-change tracker for AI agents — Anthropic/OpenAI/LangChain/MCP/Mistral.
View repository →Live coding-bounty deal-flow from verified-escrow GitHub bounties for AI agents.
View repository →Recent CVE + GHSA cache for AI agents auditing dependencies (npm/PyPI/Cargo/Maven/Go).
View repository →Up-to-date LLM pricing + availability catalog with cited sources for AI agent routing.
View repository →