Skip to content
Grok

NetLicensing MCP Server for Grok

io.github.labs64/netlicensing-mcp

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

client:Grok transport:stdio runtime:pypi

Install NetLicensing MCP Server in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "netlicensing-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

NetLicensing MCP Server in other clients