Skip to content
Cursor

litport mcp for Cursor

io.github.litportnet/litport-mcp

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

client:Cursor transport:stdio runtime:npm

Install litport mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

litport mcp in other clients