Skip to content
Cursor

Authentik MCP Server for Cursor

io.github.samik081/mcp-authentik

Manage Authentik through AI assistants

client:Cursor transport:stdio runtime:npm

Install Authentik MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-authentik": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@samik081/mcp-authentik"
      ],
      "env": {
        "AUTHENTIK_URL": "<AUTHENTIK_URL>",
        "AUTHENTIK_TOKEN": "<AUTHENTIK_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Authentik MCP Server in other clients