MCP server: look up SPDX license identifiers, names, and OSI status.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"license-mcp": {
"command": "npx",
"args": [
"-y",
"MukundaKatta/license-mcp"
]
}
}
}
Run in terminal:
claude mcp add license-mcp npx -y MukundaKatta/license-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"license-mcp": {
"command": "npx",
"args": [
"-y",
"MukundaKatta/license-mcp"
]
}
}
}