Onelogin MCP
Rank #3,451io.github.onelogin/onelogin-mcp
MCP server for OneLogin API - manage users, apps, roles, and authentication
Onelogin MCP is a Model Context Protocol (MCP) server published by onelogin. It ranks #3,451 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Onelogin MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 14 tracked versions. It was first listed on Oct 17, 2025 and most recently updated on Sep 14, 2026.
Ranks ahead of 128,595 of 132,046 servers on MCP Toplist.
Use Onelogin MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add onelogin-mcp -e "ONELOGIN_URL=<your ONELOGIN_URL>" -e "ONELOGIN_CLIENT_ID=<your ONELOGIN_CLIENT_ID>" -e "ONELOGIN_CLIENT_SECRET=<your ONELOGIN_CLIENT_SECRET>" -- npx -y @onelogin/onelogin-mcpReplace each placeholder with your own value before saving.
[mcp_servers.onelogin-mcp]
command = "npx"
args = ["-y", "@onelogin/onelogin-mcp"]
[mcp_servers.onelogin-mcp.env]
ONELOGIN_URL = "<your ONELOGIN_URL>"
ONELOGIN_CLIENT_ID = "<your ONELOGIN_CLIENT_ID>"
ONELOGIN_CLIENT_SECRET = "<your ONELOGIN_CLIENT_SECRET>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"onelogin-mcp": {
"command": "npx",
"args": [
"-y",
"@onelogin/onelogin-mcp"
],
"env": {
"ONELOGIN_URL": "<your ONELOGIN_URL>",
"ONELOGIN_CLIENT_ID": "<your ONELOGIN_CLIENT_ID>",
"ONELOGIN_CLIENT_SECRET": "<your ONELOGIN_CLIENT_SECRET>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"onelogin-mcp": {
"command": "npx",
"args": [
"-y",
"@onelogin/onelogin-mcp"
],
"env": {
"ONELOGIN_URL": "<your ONELOGIN_URL>",
"ONELOGIN_CLIENT_ID": "<your ONELOGIN_CLIENT_ID>",
"ONELOGIN_CLIENT_SECRET": "<your ONELOGIN_CLIENT_SECRET>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"onelogin-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@onelogin/onelogin-mcp"
],
"env": {
"ONELOGIN_URL": "<your ONELOGIN_URL>",
"ONELOGIN_CLIENT_ID": "<your ONELOGIN_CLIENT_ID>",
"ONELOGIN_CLIENT_SECRET": "<your ONELOGIN_CLIENT_SECRET>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"onelogin-mcp": {
"command": "npx",
"args": [
"-y",
"@onelogin/onelogin-mcp"
],
"env": {
"ONELOGIN_URL": "<your ONELOGIN_URL>",
"ONELOGIN_CLIENT_ID": "<your ONELOGIN_CLIENT_ID>",
"ONELOGIN_CLIENT_SECRET": "<your ONELOGIN_CLIENT_SECRET>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"onelogin-mcp": {
"command": "npx",
"args": [
"-y",
"@onelogin/onelogin-mcp"
],
"env": {
"ONELOGIN_URL": "<your ONELOGIN_URL>",
"ONELOGIN_CLIENT_ID": "<your ONELOGIN_CLIENT_ID>",
"ONELOGIN_CLIENT_SECRET": "<your ONELOGIN_CLIENT_SECRET>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.onelogin%2Fonelogin-mcp)<a href="https://mcptoplist.com/server/io.github.onelogin%2Fonelogin-mcp"><img src="https://mcptoplist.com/badge/io.github.onelogin%2Fonelogin-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
onelogin
Available versions (14)
| Version | Published |
|---|---|
| 1.2.1 | Sep 14, 2026 |
| 1.2.0 | Aug 25, 2026 |
| 1.1.1 | Jul 23, 2026 |
| 1.1.0 | Jul 17, 2026 |
| 1.0.19 | Jun 10, 2026 |
| 1.0.18 | Apr 16, 2026 |
| 1.0.17 | Apr 16, 2026 |
| 1.0.16 | Apr 15, 2026 |
| 1.0.15 | Apr 14, 2026 |
| 1.0.14 | Apr 2, 2026 |
| 1.0.13 | Mar 13, 2026 |
| 1.0.12 | Mar 10, 2026 |
| 1.0.11 | Feb 10, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Onelogin MCP?
- Onelogin MCP is maintained by onelogin, which publishes 1 MCP server (14 total versions) tracked on MCP Toplist.
- Is Onelogin MCP listed on the Official MCP Registry?
- Yes — Onelogin MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Onelogin MCP have?
- MCP Toplist tracks 14 versions of Onelogin MCP, most recently published on Sep 14, 2026.
- Where can I find the source code for Onelogin MCP?
- The source code for Onelogin MCP is hosted at github.com/onelogin/onelogin-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.