Authentik MCP Server for Cline
io.github.samik081/mcp-authentik
Manage Authentik through AI assistants
client:Cline
transport:stdio
runtime:npm
Install Authentik MCP Server in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"mcp-authentik": {
"command": "npx",
"args": [
"-y",
"@samik081/mcp-authentik"
],
"env": {
"AUTHENTIK_URL": "<AUTHENTIK_URL>",
"AUTHENTIK_TOKEN": "<AUTHENTIK_TOKEN>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs