PluginBench
MCP Server

io.github.webmoleai/mcp-check-licenses MCP Server

io.github.webmoleai/mcp-check-licenses

What is the io.github.webmoleai/mcp-check-licenses MCP server?

Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.

How to install io.github.webmoleai/mcp-check-licenses

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-check-licenses": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-check-licenses"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-check-licenses": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-check-licenses"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-check-licenses": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-check-licenses"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-check-licenses": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-check-licenses"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-check-licenses -- npx -y mcp-check-licenses

Related MCP servers

Find broken links, missing meta tags, and redirect chains on any website.

View repository →

Audit dependency licenses for compatibility issues. Flags GPL/AGPL conflicts.

View repository →

Find broken links, missing meta tags, and redirect chains on any website.

View repository →

Vibe-check your code — personality types, energy ratings, aesthetic suggestions.

View repository →