okta-mcp-server

fctr-id/okta-mcp-server
★ 38 stars Python 🤖 AI/LLM Updated 15d ago
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 →

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