Manage Authentik through AI assistants
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Authentik MCP Server.
authentik_admin_system_infoGet system information including HTTP host, runtime environment, server time, and embedded outpost status
authentik_admin_versionGet Authentik version information including current version and build hash
authentik_admin_settings_getGet current system settings
authentik_admin_settings_updateUpdate system settings (partial update)
authentik_admin_appsList installed Django applications in the Authentik instance
authentik_admin_modelsList all data models available in the Authentik instance
MCP server for Authentik identity management. Manage users, groups, applications, flows, policies, providers, and more through natural language in Cursor, Claude Code, and Claude Desktop.
AUTHENTIK_ACCESS_TIER=read-only for safe monitoringAUTHENTIK_CATEGORIES to expose only the tools you need@goauthentik/apilinux/amd64 and linux/arm64 on GHCRMCP_TRANSPORT=http) using the Streamable HTTP protocolBuilt for Authentik 2026.5.
Run the server directly with npx:
The server validates your Authentik connection on startup and fails immediately with a clear error if credentials are missing or invalid.
Run with Docker (stdio transport, same as npx):
To run as a remote MCP server with HTTP transport:
The MCP endpoint is available at http://localhost:3000 and a health check at http://localhost:3000/health.
Claude Code CLI (recommended):
JSON config (works with Claude Code .mcp.json, Claude Desktop claude_desktop_config.json, Cursor .cursor/mcp.json):
Docker (stdio):
Remote MCP (connect to a running Docker container or HTTP server):
Control which tools are available using the AUTHENTIK_ACCESS_TIER environment variable:
| Tier | Tools | Description |
|---|---|---|
full (default) | 297 | Read and write -- full control |
read-only | 144 | Read only -- safe for monitoring, no state changes |
Tools that are not available in your tier are not registered with the MCP server. They will not appear in your AI tool's tool list, keeping the context clean.
| Variable | Required | Default | Description |
|---|---|---|---|
AUTHENTIK_URL | Yes | -- | Authentik instance URL (e.g., https://auth.example.com) |
AUTHENTIK_TOKEN | Yes | -- | API token with appropriate permissions |
AUTHENTIK_ACCESS_TIER | No | full | read-only for read-only tools only, full for all tools |
AUTHENTIK_CATEGORIES | No | (all) | Comma-separated category allowlist (e.g., core,admin,flows) |
AUTHENTIK_TOOL_BLACKLIST | No | (none) | Comma-separated list of tool names to exclude (e.g., authentik_users_delete) |
AUTHENTIK_TOOL_WHITELIST | No | (none) | Comma-separated list of tool names to force-include, bypassing access tier and category filters |
DEBUG | No | false | Enable debug logging to stderr |
MCP_TRANSPORT | No | stdio | Transport mode: stdio (default) or http |
MCP_PORT | No | 3000 | HTTP server port (only used when MCP_TRANSPORT=http) |
MCP_HOST | No | 0.0.0.0 | HTTP server bind address (only used when MCP_TRANSPORT=http) |
MCP_SESSION_IDLE_TIMEOUT | No | 1800 | Seconds of inactivity after which an HTTP session is closed and its memory released (sessions with a connected SSE stream are never closed). 0 disables. Only used when MCP_TRANSPORT=http |
MCP_EXCLUDE_TOOL_TITLES | No | false | Set true to omit tool titles from registration (saves tokens) |
admin, authenticators, core, crypto, endpoints, enterprise, events, flows, managed, oauth2, outposts, policies, property-mappings, providers, rac, rbac, reports, root, sources, ssf, stages, tenants
mcp-authentik provides 297 tools organized by category. Each tool's Access column shows the minimum tier required: read-only (available in both tiers) or full (requires full tier). The Hints column shows tool behavior: read-only (no state changes), destructive (modifies existing state), idempotent (same result if called twice).
| Tool | Description | Access | Hints |
|---|---|---|---|
authentik_admin_system_info | Get system information including HTTP host, runtime environment, server time, and embedded outpost status | read-only | read-only, idempotent |
authentik_admin_version | Get Authentik version information including current version and build hash | read-only | read-only, idempotent |
authentik_admin_settings_get | Get current system settings | read-only | read-only, idempotent |
authentik_admin_settings_update | Update system settings (partial update) | full | destructive, idempotent |
authentik_admin_apps | List installed Django applications in the Authentik instance | read-only | read-only, idempotent |
authentik_admin_models | List all data models available in the Authentik instance | read-only | read-only, idempotent |
authentik_admin_version_history | List Authentik version history entries | read-only | read-only, idempotent |
authentik_admin_system_task_trigger | Trigger all system tasks (e.g., cleanup, cache clear) | full | β |
| Tool | Description | Access | Hints |
|---|---|---|---|
authentik_authenticators_list | List all authenticator devices across all types for the current user | read-only | read-only, idempotent |
authentik_authenticators_admin_by_type_list | List authenticator devices of a specific type (admin view) | read-only | read-only, idempotent |
authentik_authenticators_admin_by_type_get | Get a single authenticator device by type and ID (admin view) | read-only | read-only, idempotent |
authentik_authenticators_admin_by_type_delete | Delete an authenticator device by type and ID (admin view) | full | destructive |
authentik_authenticators_user_by_type_list | List authenticator devices of a specific type for the current user | read-only | read-only, idempotent |
Users
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/authentik-mcp-server)<a href="https://allmcps.com/mcp/authentik-mcp-server"><img src="https://allmcps.com/api/badge/authentik-mcp-server?style=directory" alt="Authentik MCP Server on AllMCPs" /></a>