Skip to content
VS Code

litport mcp for VS Code

io.github.litportnet/litport-mcp

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

client:VS Code transport:stdio runtime:npm

Install litport mcp in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

litport mcp in other clients