← Index

Authentik MCP Server

io.github.Samik081/mcp-authentik·v0.6.0·Other
Quality Score
80
/100

Manage Authentik through AI assistants

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp-authentik": {
      "command": "npx",
      "args": [
        "-y",
        "@samik081/mcp-authentik"
      ],
      "env": {
        "AUTHENTIK_URL": "<authentik_url>",
        "AUTHENTIK_TOKEN": "<your-authentik_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp-authentik": {
      "command": "npx",
      "args": [
        "-y",
        "@samik081/mcp-authentik"
      ],
      "env": {
        "AUTHENTIK_URL": "<authentik_url>",
        "AUTHENTIK_TOKEN": "<your-authentik_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @samik081/mcp-authentik
Claude Desktop (Docker)
{
  "mcpServers": {
    "mcp-authentik": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/samik081/mcp-authentik:0.6.0"
      ],
      "env": {
        "AUTHENTIK_URL": "<authentik_url>",
        "AUTHENTIK_TOKEN": "<your-authentik_token>"
      }
    }
  }
}
§02  Environment variables
AUTHENTIK_URL
required

URL of the Authentik instance (e.g. https://auth.example.com)

AUTHENTIK_TOKEN
requiredsecret

Authentik API token

AUTHENTIK_URL
required

URL of the Authentik instance (e.g. https://auth.example.com)

AUTHENTIK_TOKEN
requiredsecret

Authentik API token

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other