Skip to content
Cline

onelogin mcp for Cline

io.github.onelogin/onelogin-mcp

MCP server for OneLogin API - manage users, apps, roles, and authentication

client:Cline transport:stdio runtime:npm

Install onelogin mcp 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": {
    "onelogin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@onelogin/onelogin-mcp"
      ],
      "env": {
        "ONELOGIN_URL": "<ONELOGIN_URL>",
        "ONELOGIN_CLIENT_ID": "<ONELOGIN_CLIENT_ID>",
        "ONELOGIN_CLIENT_SECRET": "<ONELOGIN_CLIENT_SECRET>"
      }
    }
  }
}

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

onelogin mcp in other clients