CuratedMCP
Gemini CLI
Free

How to Install Okta MCP in Gemini CLI

Official Okta integration — manage users, groups, and authentication workflows via AI

What Okta MCP does

The official Okta MCP server gives AI agents safe access to identity and access management workflows. It can automate user provisioning, group assignments, application access, and security event analysis. Features: - Create, update, and deactivate users - Manage groups, roles, and app assignments - Inspect authentication events and MFA status - Automate password reset flows and recovery rules - Query application access policies and sign-on rules - Manage OAuth/OIDC client configurations Okta MCP is ideal for security and IT teams that want AI to help enforce access policies and respond to identity incidents.

okta
identity
authentication
users
groups

Installation steps

  1. 1Copy the config below
  2. 2Open ~/.gemini/settings.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Gemini CLI

Configuration

File location: ~/.gemini/settings.json

settings.jsonjson
{
  "oktaMcp": {
    "command": "npx",
    "args": [
      "-y",
      "@okta/mcp"
    ],
    "env": {
      "OKTA_ORG_URL": "https://dev-123456.okta.com",
      "OKTA_API_TOKEN": "..."
    }
  }
}
Full server details Open Config Editor

Install in other clients

For maintainers

If you maintain Okta MCP, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/okta-mcp)](https://curatedmcp.com/marketplace/okta-mcp)

Related servers