mcpbeat Sign in

Onelogin MCP Server

local only

Onelogin MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 244 installs a week from npm. Last commit 15 Sep 2026.

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

Installs per day peak 168 · avg 25 · +223% w/w
a month agotoday
244
Installs / week
npm · @onelogin/onelogin-mcp
5
Stars
0 open issues
15 Sep 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Onelogin MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add onelogin-mcp -- npx -y @onelogin/onelogin-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "onelogin-mcp": {
      "args": [
        "-y",
        "@onelogin/onelogin-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.onelogin-mcp]
command = "npx"
args = ["-y", "@onelogin/onelogin-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "onelogin-mcp": {
      "args": [
        "-y",
        "@onelogin/onelogin-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "onelogin-mcp": {
      "args": [
        "-y",
        "@onelogin/onelogin-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ONELOGIN_URL (Your OneLogin instance URL (e.g. https://mycompany.onelogin.com)), ONELOGIN_CLIENT_ID (OneLogin OAuth2 API client ID), ONELOGIN_CLIENT_SECRET (OneLogin OAuth2 API client secret). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Onelogin MCP

same job, measured the same way
SSH
by pulsemcp

MCP server for SSH remote server management with SSH agent authentication support.

139 installs/wk local only
Auth0 MCP Server
by auth0

Auth0 MCP Server: Manage Auth0 applications, APIs, actions, logs, and forms using natural language

6 194 installs/wk local only
MCP Pickaxe
by aplaceforallmystuff

MCP server for Pickaxe API - manage AI agents, knowledge bases, users, and analytics

46 installs/wk local only
Gotify MCP
by kcofoni

MCP server for Gotify push notifications - send messages and manage apps/clients.

local only
Vercel
by pulsemcp

MCP server for Vercel — manage deployments and view build and runtime application logs.

102 installs/wk local only
Logicapps MCP
by laveeshb

MCP server for Azure Logic Apps - debug workflows, manage runs, and authoring

38 installs/wk local only
Sherweb Platform MCP Server
by sherweb

Sherweb Platform MCP server to manage subscriptions and orders. Use OpenID Connect to authenticate.

answering
Semrush Appcenter
by mcparmory

Manage subscriptions, users, and send event notifications for Semrush apps

260 installs/wk local only

Onelogin MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Onelogin MCP?
Onelogin MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @onelogin/onelogin-mcp was installed 244 times last week.
How do I connect Onelogin MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @onelogin/onelogin-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Onelogin MCP?
The npm package @onelogin/onelogin-mcp was installed 244 times in the last week. Week over week that is +223%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Onelogin MCP open source?
Yes — it is published under the MIT licence, written in JavaScript and 5 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.