Onelogin MCP

A Model Context Protocol server providing comprehensive access to the OneLogin API. Enables Claude Desktop, OpenCode, and other MCP clients to manage users, apps, roles, authentication, and security settings. It runs locally over stdio via the published package.

People connecting security tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-07-23 · ★ 5 · #79 OF 182 MAINTAINED SECURITY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Onelogin MCP

before you install - you'll need

Set ONELOGIN_URL, ONELOGIN_CLIENT_ID, ONELOGIN_CLIENT_SECRET before connecting. ONELOGIN_SERVER is optional or environment-specific per the README.

Claude Code

claude mcp add onelogin-onelogin-mcp -- npx -y @onelogin/onelogin-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "onelogin-onelogin-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@onelogin/onelogin-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package @onelogin/onelogin-mcp - published under the repo owner's npm scope (@onelogin)

registry namespace io.github.onelogin is GitHub-verified and matches the repo owner

03 · What Onelogin MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.1.1 · 2026-07-23

add missing items to array-type tool parameters by @Subterrane with @Copilot in

v1.1.0 · 2026-07-17

Corrects the Smart Hook tools, which had drifted from /api/2/hooks. Because this server is a thin REST wrapper, its tool descriptions are the only thing steering a model - so each wrong description was causing agents…

v1.0.19 · 2026-06-10

AB#721898: surface OL v2 pagination headers so "how many users" answers in one call

04 · Who maintains Onelogin MCP

onelogin-mcp is maintained by onelogin. It's the only MCP server we track from this author; the repo dates to Oct 2025.

05 · Facts

category
security - ranked #79 of 182 actively-maintained security servers as of 2026-08-25.
release cadence
3 releases in the last 90 days (latest 2026-07-23)
registry
io.github.onelogin/onelogin-mcp (active, first published 2026-02-10 · 11 versions)
packages
npm:@onelogin/onelogin-mcp

06 · Onelogin MCP FAQ

What is Onelogin MCP?

A Model Context Protocol server providing comprehensive access to the OneLogin API. Enables Claude Desktop, OpenCode, and other MCP clients to manage users, apps, roles, authentication, and security settings. It runs locally over stdio via the published package.

Is Onelogin MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-07-23 and it shipped 3 releases in the last 90 days. We re-verify nightly.

How do I install Onelogin MCP?

Run `npx -y @onelogin/onelogin-mcp`. The README documents 4 environment variables (ONELOGIN_URL, ONELOGIN_CLIENT_ID, ONELOGIN_CLIENT_SECRET…) to set first. Set ONELOGIN_URL, ONELOGIN_CLIENT_ID, ONELOGIN_CLIENT_SECRET before connecting. ONELOGIN_SERVER is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Onelogin MCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Onelogin MCP

More security MCP servers · Onplana · Operant MCP · Otto Travel · Ovecc · Pairoa

More JavaScript MCP servers · Token Optimizer MCP · Baepsae · Open & Async · Open Agenda · Opencage Geocoding MCP · see all