okta-mcp-server

fctr-id/okta-mcp-server
★ 38 stars Python AI/LLM Updated 2mo ago ✓ Clean
The Okta MCP Server is a groundbreaking tool built by the team at Fctr that enables AI models to interact directly with your Okta environment using the Model Context Protocol (MCP). Built specifically for IAM engineers, security teams, and Okta administrators, it implements the MCP specification to help work with Okta enitities
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "okta-mcp-server": {
      "command": "uvx",
      "args": [
        "okta-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install okta-mcp-server

Topics

agentic-aiaiartificial-intelligenceidentityidentity-managementmcpmcp-serveroktapython