Loading MCP server directory, please wait...
MCP server for OneLogin API - manage users, apps, roles, and authentication
npx @getmcp/cli add io.github.onelogin/onelogin-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
ONELOGIN_URLYour OneLogin instance URL (e.g. https://mycompany.onelogin.com)
ONELOGIN_CLIENT_IDOneLogin OAuth2 API client ID
ONELOGIN_CLIENT_SECRETOneLogin OAuth2 API client secret
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.onelogin/onelogin-mcp": {
"command": "npx",
"args": [
"-y",
"@onelogin/onelogin-mcp"
],
"env": {
"ONELOGIN_URL": "",
"ONELOGIN_CLIENT_ID": "",
"ONELOGIN_CLIENT_SECRET": ""
}
}
}
}