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.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieves detailed user information from Okta, including user details, account dates, personal information, employment details, contact information, address, and preferences.
Lists users from Okta with optional filtering and pagination, supporting SCIM filter expressions, free-form text search, sorting options, and pagination.
Activates a user in Okta with an option to send an activation email and updates the user's status to active.
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, including filter expressions for groups, free-form text search, sorting options, 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 and supporting bulk provisioning.
Runs a complete onboarding workflow for multiple users from CSV data, including user import, activation, group assignment, application provisioning, and welcome email configuration.