authentik-mcp-server

zwelibam/authentik-mcp-server
★ 0 stars Go 🔒 Security Updated 2d ago
Workflow-centric MCP server for Authentik Identity Provider — Go, stdio transport
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": {
    "authentik-mcp-server": {
      "command": "go",
      "args": [
        "run",
        "github.com/zwelibam/authentik-mcp-server@latest"
      ]
    }
  }
}