authentik-mcp

nikitatsym/authentik-mcp
★ 0 stars Python 🔒 Security Updated today
MCP server for Authentik identity provider
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": {
      "command": "uvx",
      "args": [
        "authentik-mcp"
      ]
    }
  }
}

Or install with pip: pip install authentik-mcp

README Excerpt

MCP server for [Authentik](https://goauthentik.io/) identity provider. ```json { "mcpServers": { "authentik": { "command": "uvx", "args": ["--refresh", "--extra-index-url", "https://nikitatsym.github.io/authentik-mcp/simple", "authentik-mcp"], "env": { "AUTHENTIK_URL": "https://auth.example.com", "AUTHENTIK_TOKEN": "your-api-token"

Tools (6)

authentik_adminauthentik_deleteauthentik_flows_readauthentik_flows_writeauthentik_readauthentik_write