Onelogin MCP
O

Onelogin MCP

An MCP server that provides full access to the OneLogin API, supporting 148 tools such as user management, application configuration, authentication, and security settings. Suitable for AI clients such as Claude Desktop.
2 points
5.1K

What is OneLogin MCP Server?

OneLogin MCP Server is a bridge that connects AI assistants (such as Claude and OpenCode) with the OneLogin identity management platform. It allows you to interact with OneLogin using natural language without manually operating the management console or writing API code. Through this server, AI assistants can help you perform various OneLogin management tasks, such as user management, application configuration, and security policy settings.

How to use OneLogin MCP Server?

First, configure the OneLogin API credentials in your AI client (such as Claude Desktop), and then you can manage OneLogin just like having a conversation with an assistant. For example, you can say 'List all users' or 'Create a new account for John', and the assistant will automatically call the corresponding OneLogin API and return the results.

Applicable scenarios

Suitable for users who need to frequently manage OneLogin, such as IT administrators, DevOps engineers, and security teams. Particularly suitable for batch operations, automated tasks, quick queries, and daily maintenance work.

Main features

Identity and access management
59 tools cover comprehensive management of users, roles, permissions, groups, and mappings. Including creating/deleting users, assigning roles, and managing group members, etc.
Application management
18 tools are used to manage SAML, OAuth applications, and connectors. Supports application configuration, permission settings, and integration management.
Authentication management
21 tools handle MFA, sessions, SAML assertions, and OAuth tokens. Including MFA device management, session monitoring, etc.
Security management
37 tools cover risk rules, intelligent hooks, and API authorization. Supports security policy configuration and access control.
Custom configuration
6 tools are used for brand customization and interface personalization. Supports company brand and theme settings.
Monitoring and reporting
7 tools provide event logs, analysis reports, and API rate limit monitoring. Supports auditing and performance analysis.
Multi-environment support
Supports connecting to multiple OneLogin environments such as production and testing simultaneously, facilitating switching operations between different environments.
Natural language interaction
You can perform complex OneLogin operations using simple natural language instructions without memorizing API commands or parameters.
Advantages
No need to write code: Manage OneLogin through natural language
Improve efficiency: Batch operations and automated tasks save a lot of time
Lower the technical threshold: Non-technical personnel can also perform management tasks
Comprehensive coverage: 148 tools cover most functions of the OneLogin API
Flexible configuration: Supports multi-environment and multiple credential management methods
Easy to integrate: Compatible with mainstream AI clients such as Claude Desktop and OpenCode
Limitations
Requires API permissions: OneLogin API credentials need to be configured in advance
Depends on AI clients: Must be used in supported AI clients
Network requirements: Requires a stable network connection to access the OneLogin API
Learning curve: Need to understand basic OneLogin concepts and terms
Real-time limitation: Some operations may have API delays

How to use

Get OneLogin API credentials
Log in to the OneLogin management console, create an OAuth2 client, and obtain the Client ID and Client Secret. Ensure that the client has the necessary API permissions.
Configure the AI client
According to your AI client (Claude Desktop or OpenCode), edit the configuration file to add the OneLogin MCP server.
Add server configuration
Add the OneLogin MCP server configuration to the configuration file, and set your OneLogin URL, Client ID, and Client Secret.
Restart the client and start using
Completely restart the AI client, and then you can interact with OneLogin using natural language.

Usage examples

New employee onboarding
IT administrators need to create OneLogin accounts for new employees and configure access permissions
Batch user management
Need to batch update the department information of a group of users
Application permission audit
The security team needs to audit the user access permissions of an application
Emergency access recovery
A user loses their MFA device and needs to urgently restore access

Frequently asked questions

What permissions do I need to use this MCP server?
Which AI clients are supported?
What if the server doesn't appear after configuration?
How to manage production and testing environments simultaneously?
What if an authentication error occurs?
Is this server secure?
Which OneLogin API versions are supported?
What dangerous operations can be performed?

Related resources

GitHub repository
Source code and issue tracking for the OneLogin MCP Server
OneLogin API documentation
Official detailed documentation and reference for the OneLogin API
Model Context Protocol official website
Official documentation and specifications for the MCP protocol
Claude Desktop download
Download the Claude Desktop client
OpenCode official website
Official website for the OpenCode AI client
Problem feedback
Report problems or propose feature suggestions

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "onelogin": {
      "command": "npx",
      "args": ["-y", "@onelogin/onelogin-mcp"],
      "env": {
        "ONELOGIN_URL": "https://mycompany.onelogin.com",
        "ONELOGIN_CLIENT_ID": "your_client_id",
        "ONELOGIN_CLIENT_SECRET": "your_client_secret"
      }
    }
  }
}

{
  "mcpServers": {
    "onelogin-prod": {
      "command": "npx",
      "args": ["-y", "@onelogin/onelogin-mcp"],
      "env": {
        "ONELOGIN_URL": "https://company.onelogin.com",
        "ONELOGIN_CLIENT_ID": "prod_client_id",
        "ONELOGIN_CLIENT_SECRET": "prod_secret"
      }
    },
    "onelogin-test": {
      "command": "npx",
      "args": ["-y", "@onelogin/onelogin-mcp"],
      "env": {
        "ONELOGIN_URL": "https://company-test.onelogin.com",
        "ONELOGIN_CLIENT_ID": "test_client_id",
        "ONELOGIN_CLIENT_SECRET": "test_secret"
      }
    }
  }
}

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

{
  "mcpServers": {
    "onelogin-prod": {
      "command": "npx",
      "args": ["-y", "@onelogin/onelogin-mcp"],
      "env": {
        "ONELOGIN_SERVER": "Production"
      }
    },
    "onelogin-test": {
      "command": "npx",
      "args": ["-y", "@onelogin/onelogin-mcp"],
      "env": {
        "ONELOGIN_SERVER": "Test"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

V
Vestige
Vestige is an AI memory engine based on cognitive science. By implementing 29 neuroscience modules such as prediction error gating, FSRS - 6 spaced repetition, and memory dreaming, it provides long - term memory capabilities for AI. It includes a 3D visualization dashboard and 21 MCP tools, runs completely locally, and does not require the cloud.
Rust
9.6K
4.5 points
M
Moltbrain
MoltBrain is a long-term memory layer plugin designed for OpenClaw, MoltBook, and Claude Code, capable of automatically learning and recalling project context, providing intelligent search, observation recording, analysis statistics, and persistent storage functions.
TypeScript
10.2K
4.5 points
B
Bm.md
A feature-rich Markdown typesetting tool that supports multiple style themes and platform adaptation, providing real-time editing preview, image export, and API integration capabilities
TypeScript
15.0K
5 points
S
Security Detections MCP
Security Detections MCP is a server based on the Model Context Protocol that allows LLMs to query a unified security detection rule database covering Sigma, Splunk ESCU, Elastic, and KQL formats. The latest version 3.0 is upgraded to an autonomous detection engineering platform that can automatically extract TTPs from threat intelligence, analyze coverage gaps, generate SIEM-native format detection rules, run tests, and verify. The project includes over 71 tools, 11 pre-built workflow prompts, and a knowledge graph system, supporting multiple SIEM platforms.
TypeScript
7.9K
4 points
P
Paperbanana
Python
9.1K
5 points
B
Better Icons
An MCP server and CLI tool that provides search and retrieval of over 200,000 icons, supports more than 150 icon libraries, and helps AI assistants and developers quickly obtain and use icons.
TypeScript
9.7K
4.5 points
A
Assistant Ui
assistant - ui is an open - source TypeScript/React library for quickly building production - grade AI chat interfaces, providing composable UI components, streaming responses, accessibility, etc., and supporting multiple AI backends and models.
TypeScript
9.1K
5 points
A
Apify MCP Server
The Apify MCP Server is a tool based on the Model Context Protocol (MCP) that allows AI assistants to extract data from websites such as social media, search engines, and e-commerce through thousands of ready-to-use crawlers, scrapers, and automation tools (Apify Actors). It supports OAuth and Skyfire proxy payment and can be integrated into MCP clients such as Claude and VS Code through HTTPS endpoints or local stdio.
TypeScript
9.1K
5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
28.6K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
23.1K
4.5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
82.2K
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
39.3K
5 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
38.6K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
71.1K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
55.6K
4.8 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
108.0K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase