Skip to content
Cline

aep for Cline

com.focusgts/aep

Full-CRUD server for AEP, Journey Optimizer and CJA. 61 tools from one OAuth credential.

client:Cline transport:stdio runtime:npm

Install aep 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

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

{
  "mcpServers": {
    "aep": {
      "command": "npx",
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "env": {
        "AEP_CLIENT_ID": "<AEP_CLIENT_ID>",
        "AEP_CLIENT_SECRET": "<AEP_CLIENT_SECRET>",
        "AEP_ORG_ID": "<AEP_ORG_ID>",
        "AEP_SANDBOX_NAME": "<AEP_SANDBOX_NAME>",
        "AEP_MODE": "<AEP_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

aep in other clients