Skip to content
Cline

NetLicensing MCP Server for Cline

io.github.labs64/netlicensing-mcp

Labs64 NetLicensing MCP server for AI-driven software license lifecycle management.

client:Cline transport:stdio runtime:pypi

Install NetLicensing MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "netlicensing-mcp": {
      "command": "uvx",
      "args": [
        "netlicensing-mcp"
      ],
      "env": {
        "NETLICENSING_API_KEY": "<NETLICENSING_API_KEY>",
        "NETLICENSING_BASE_URL": "<NETLICENSING_BASE_URL>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "MCP_VERBOSE": "<MCP_VERBOSE>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

NetLicensing MCP Server in other clients