Home › Other › Authentik MCP Server

Authentik MCP Server

Manage Authentik through AI assistants

TypeScript
★ 12 stars Last pushed 2026-09-02 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.8.1)

npx -y @samik081/mcp-authentik@0.8.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-authentik": {
      "command": "npx",
      "args": [
        "-y",
        "@samik081/mcp-authentik@0.8.1"
      ],
      "env": {
        "AUTHENTIK_URL": "<YOUR_VALUE>",
        "AUTHENTIK_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • AUTHENTIK_URL required — URL of the Authentik instance (e.g. https://auth.example.com)
  • AUTHENTIK_TOKEN required secret — Authentik API token

Package (oci)

docker run -i --rm ghcr.io/samik081/mcp-authentik:0.8.1

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp-authentik": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/samik081/mcp-authentik:0.8.1"
      ],
      "env": {
        "AUTHENTIK_URL": "<YOUR_VALUE>",
        "AUTHENTIK_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • AUTHENTIK_URL required — URL of the Authentik instance (e.g. https://auth.example.com)
  • AUTHENTIK_TOKEN required secret — Authentik API token

Related servers

Data from the Official MCP Registry