Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Authentik

БесплатноНе проверен

MCP server for Authentik identity provider enabling management of users, groups, apps, tokens, flows, and policy bindings through natural language.

GitHubEmbed

Описание

MCP server for Authentik identity provider enabling management of users, groups, apps, tokens, flows, and policy bindings through natural language.

README

MCP server for Authentik identity provider.

Install

{
  "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"
      }
    }
  }
}

Where to paste:

  • Claude Desktop~/Library/Application Support/Claude/claude_desktop_config.json
  • Cursor.cursor/mcp.json in your project
  • Claude Code~/.claude.json top-level mcpServers

Or use the setup wizard to generate the config.

Getting an API token

Authentik admin panel → Directory → Tokens and App passwords → Create with API scope.

Groups

Tool Description
authentik_read Users, groups, apps, tokens, providers, outposts, crypto, RBAC (read-only)
authentik_write Create/update core resources (non-destructive)
authentik_delete Delete operations across all domains (destructive)
authentik_flows_read Flows, stages, policies, sources, events (read-only)
authentik_flows_write Create/update auth pipeline config (non-destructive)
authentik_admin Admin settings, system info, lifecycle

Call any group with operation="help" to list available operations.

Application access control

Apps are open to all authenticated users until gated. Restrict an app to a group/user by binding it: CreatePolicyBinding(target=<app pk>, group=<group pk>) (or user=) in authentik_flows_write; inspect gates with ListPolicyBindings / ShowPolicyBinding in authentik_flows_read. Policy bindings live under the authentik_flows_* groups, not the core ones.

from github.com/nikitatsym/authentik-mcp

Установка Authentik

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/nikitatsym/authentik-mcp

FAQ

Authentik MCP бесплатный?

Да, Authentik MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Authentik?

Нет, Authentik работает без API-ключей и переменных окружения.

Authentik — hosted или self-hosted?

Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.

Как установить Authentik в Claude Desktop, Claude Code или Cursor?

Открой Authentik на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Authentik with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development