Loading MCP server directory, please wait...
Manage Authentik through AI assistants
npx @getmcp/cli add io.github.Samik081/mcp-authentikRequires Node.js 18+. Community-contributed server. Review source before installing.
AUTHENTIK_URLURL of the Authentik instance (e.g. https://auth.example.com)
AUTHENTIK_TOKENAuthentik API token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Samik081/mcp-authentik": {
"command": "node",
"args": [
"@samik081/mcp-authentik"
],
"env": {
"AUTHENTIK_URL": "",
"AUTHENTIK_TOKEN": ""
}
}
}
}