Skip to main content
Glama
nikitatsym

authentik-mcp

by nikitatsym

authentik-mcp

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.

Related MCP server: MCP Authentik

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.

A
license - permissive license
A
quality
A
maintenance

Maintenance

Maintainers
Response time
1wRelease cycle
20Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP server for Authentik identity management, enabling natural language management of users, groups, applications, flows, policies, providers, and more.
    372
    6
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    A Model Context Protocol (MCP) server that provides a natural language interface for managing Keycloak identity and access management through its REST API.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for secureFlows: token-free URL builders and integration-linting tools for AI agents.

  • Official Microsoft MCP Server to query Microsoft Entra data using natural language

  • MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/nikitatsym/authentik-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server