PluginBench
MCP Server
Active
Apache-2.0

com.focusgts/aep MCP Server

com.focusgts/aep

What is the com.focusgts/aep MCP server?

Full-CRUD Adobe Experience Platform server: 51 tools for schemas, ingestion, profiles, audiences.

How to install com.focusgts/aep

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • AEP_CLIENT_ID
    required

    Adobe I/O client ID from an OAuth Server-to-Server credential in the Adobe Developer Console.

  • AEP_CLIENT_SECRET
    required
    secret

    Adobe I/O client secret paired with AEP_CLIENT_ID.

  • AEP_ORG_ID
    required

    Adobe IMS organization ID, in the form xxxxxxxxx@AdobeOrg.

  • AEP_SANDBOX_NAME

    AEP sandbox to scope every call to. Defaults to 'prod'. Use a development sandbox to enable write operations.

  • AEP_MODE

    Write posture: 'read-only' (no mutation anywhere), 'safe' (default — writes only in sandboxes Adobe classifies as development), or 'production' (writes anywhere). Reads are never restricted.

  • LOG_LEVEL

    Pino log level. Logs go to stderr; stdout is reserved for the MCP JSON-RPC stream.

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aep": {
      "command": "npx",
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "env": {
        "AEP_CLIENT_ID": "<YOUR_AEP_CLIENT_ID>",
        "AEP_CLIENT_SECRET": "<YOUR_AEP_CLIENT_SECRET>",
        "AEP_ORG_ID": "<YOUR_AEP_ORG_ID>",
        "AEP_SANDBOX_NAME": "<YOUR_AEP_SANDBOX_NAME>",
        "AEP_MODE": "<YOUR_AEP_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "aep": {
      "command": "npx",
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "env": {
        "AEP_CLIENT_ID": "<YOUR_AEP_CLIENT_ID>",
        "AEP_CLIENT_SECRET": "<YOUR_AEP_CLIENT_SECRET>",
        "AEP_ORG_ID": "<YOUR_AEP_ORG_ID>",
        "AEP_SANDBOX_NAME": "<YOUR_AEP_SANDBOX_NAME>",
        "AEP_MODE": "<YOUR_AEP_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "aep": {
      "command": "npx",
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "env": {
        "AEP_CLIENT_ID": "<YOUR_AEP_CLIENT_ID>",
        "AEP_CLIENT_SECRET": "<YOUR_AEP_CLIENT_SECRET>",
        "AEP_ORG_ID": "<YOUR_AEP_ORG_ID>",
        "AEP_SANDBOX_NAME": "<YOUR_AEP_SANDBOX_NAME>",
        "AEP_MODE": "<YOUR_AEP_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "aep": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "env": {
        "AEP_CLIENT_ID": "<YOUR_AEP_CLIENT_ID>",
        "AEP_CLIENT_SECRET": "<YOUR_AEP_CLIENT_SECRET>",
        "AEP_ORG_ID": "<YOUR_AEP_ORG_ID>",
        "AEP_SANDBOX_NAME": "<YOUR_AEP_SANDBOX_NAME>",
        "AEP_MODE": "<YOUR_AEP_MODE>",
        "LOG_LEVEL": "<YOUR_LOG_LEVEL>"
      }
    }
  }
}
Claude Code
claude mcp add aep --env AEP_CLIENT_ID=<YOUR_AEP_CLIENT_ID> --env AEP_CLIENT_SECRET=<YOUR_AEP_CLIENT_SECRET> --env AEP_ORG_ID=<YOUR_AEP_ORG_ID> --env AEP_SANDBOX_NAME=<YOUR_AEP_SANDBOX_NAME> --env AEP_MODE=<YOUR_AEP_MODE> --env LOG_LEVEL=<YOUR_LOG_LEVEL> -- npx -y @focusgts/aep-mcp-server

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →