Skip to content
Grok

litport mcp for Grok

io.github.litportnet/litport-mcp

MCP server for the Litport account API: tokens, usage, pools, geo targeting and proxy URLs.

client:Grok transport:stdio runtime:npm

Install litport mcp in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "litport-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@litportnet/litport-mcp"
      ]
    }
  }
}

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

litport mcp in other clients