Okta MCP Server enables Claude to interact with Okta's user management system through a Node.js implementation that connects to the Okta API. Developed by Kapil Duraphe, it currently provides a 'get_user' tool that retrieves detailed user information including profile data, account status, employment details, and contact information. The server handles authentication through Okta API tokens, includes robust error handling for common issues like missing users or authentication problems, and is designed to be integrated with Claude Desktop for seamless user information retrieval directly within conversations.
No reviews yet. Be the first to review!
Sign in to join the conversation
Retrieves detailed user information from Okta, including user details, account dates, personal information, employment details, contact information, address, and preferences.
Search users by any profile attribute with advanced filtering. Supports attributes like firstName, lastName, email, and others, with various search operators.
Lists users from Okta with optional filtering and pagination. Supports SCIM filter expressions and sorting options.
Activates a user in Okta and optionally sends an activation email.
Suspends a user in Okta.
Unsuspends a previously suspended user in Okta.
Deletes a user from Okta (note: user must be deactivated first).
Retrieves the last known location and login information for a user from Okta system logs.
Lists user groups from Okta with optional filtering and pagination.
Creates a new group in Okta with a name and optional description.
Retrieves detailed information about a specific group.
Deletes a group from Okta.
Assigns a user to a group in Okta.
Removes a user from a group in Okta.
Lists all users in a specific group with pagination support.
Imports multiple users from a CSV string, creating user accounts based on CSV data with optional activation and email notifications.
Assigns multiple users to groups based on attribute mappings.
Provisions application access for multiple users, assigning users to applications.
Runs a complete onboarding workflow for multiple users from CSV data, including user import, activation, group assignment, and application provisioning.