okta-mcp-server
The Okta MCP Server enables seamless integration with Okta's user management system, providing extensive tools for managing users and groups, as well as onboarding automation features. It is designed to enhance the capabilities of Claude by allowing operational control through Okta's APIs.
What is required to set up the Okta MCP Server?
You need Node.js, the Claude Desktop App, an Okta Developer Account, and an Admin API Token.
How do I handle authentication errors?
Ensure your API token is valid and that the OKTA_ORG_URL includes the full URL with https://.
Can I automate user onboarding with this server?
Yes, the server includes experimental tools for onboarding automation, such as bulk user import and application provisioning.
What should I do if tools are not appearing in Claude?
Check Claude Desktop logs, verify environment variables, and ensure the path to index.js is correct.
How can I view server logs?
For MacOS/Linux, use tail -n 20 -f ~/Library/Logs/Claude/mcp*.log
. For Windows, use Get-Content -Path "$env:AppData\Claude\Logs\mcp*.log" -Wait -Tail 20
.