mcpbeat Sign in

Aep MCP Server

local only

Aep runs on your own machine — the client starts it, so there is no endpoint to ping. 131 installs a week from npm. Last commit 30 Aug 2026.

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

Installs per day peak 307 · avg 42 · +9% w/w
a month agotoday
131
Installs / week
npm · @focusgts/aep-mcp-server
0
Stars
0 open issues
30 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 1 h ago · rules 3dff92dd89df

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Touches key and credential files .github/workflows/release.yml:186
        # setup-node's `registry-url` writes an .npmrc containing an auth-token

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

Nothing serious here today

Today is the operative word: we check Aep every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add aep -- npx -y @focusgts/aep-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "aep": {
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.aep]
command = "npx"
args = ["-y", "@focusgts/aep-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "aep": {
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "aep": {
      "args": [
        "-y",
        "@focusgts/aep-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: AEP_CLIENT_ID (Adobe I/O client ID from an OAuth Server-to-Server credential in the Adobe Developer Console.), AEP_CLIENT_SECRET (Adobe I/O client secret paired with AEP_CLIENT_ID.), AEP_ORG_ID (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.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Aep

same job, measured the same way
1password
by cakerepository

MCP server for 1Password service accounts — tools and resources for vaults and credentials

248 installs/wk local only
Openfinance Br MCP
by brunovicco

Secure Open Finance Brasil MCP server with typed tools and a credential-free mock mode

69 installs/wk local only
API Locker
by apilocker

Encrypted credential vault: LLM, service & OAuth keys. 21-tool MCP server for your AI agent.

55 installs/wk local only
Jentic Remote MCP Server
by jentic

Remote MCP for 1,500+ APIs. Vault-managed credentials; OAuth or API key. Search, load, and execute.

4 tools answering
OneDroid Synapse
by onedroid

Governed MCP gateway: one endpoint for your tools, with credential custody and audit log.

answering
Sqlite MCP Server
by neverinfamous

SQLite MCP server with 73 tools for JSONB, full-text search, geospatial, and analytics.

8 installs/wk local only
Socialneuron
by socialneuron

52 MCP tools for AI social media: create, distribute, analyze, and optimize content.

1 139 installs/wk local only
Google Oauth Credential Service
by getvda

Google OAuth Credential Service

2 tools answering

Aep — questions

Answers built from our own checks of this server.

Why is there no uptime for Aep?
Aep runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @focusgts/aep-mcp-server was installed 131 times last week.
How do I connect Aep?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @focusgts/aep-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Aep?
The npm package @focusgts/aep-mcp-server was installed 131 times in the last week. Week over week that is +9%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Aep open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.