AEP MCP Server
Rank #5,402com.focusgts/aep
Full-CRUD server for AEP, Journey Optimizer and CJA. 61 tools from one OAuth credential.
AEP MCP Server is a Model Context Protocol (MCP) server published by Focus-GTS. It ranks #5,402 of 115,591 servers tracked on MCP Toplist. AEP MCP Server is listed across 2 registries — Official MCP and Glama, with 7 tracked versions. It was first listed on Jun 3, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 110,189 of 115,591 servers on MCP Toplist.
Use AEP MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add aep -e "AEP_CLIENT_ID=<your AEP_CLIENT_ID>" -e "AEP_CLIENT_SECRET=<your AEP_CLIENT_SECRET>" -e "AEP_ORG_ID=<your AEP_ORG_ID>" -e "AEP_SANDBOX_NAME=<your AEP_SANDBOX_NAME>" -e "AEP_MODE=<your AEP_MODE>" -e "LOG_LEVEL=<your LOG_LEVEL>" -- npx -y @focusgts/aep-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.aep]
command = "npx"
args = ["-y", "@focusgts/aep-mcp-server"]
[mcp_servers.aep.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>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"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>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/com.focusgts%2Faep)<a href="https://mcptoplist.com/server/com.focusgts%2Faep"><img src="https://mcptoplist.com/badge/com.focusgts%2Faep.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
Focus-GTS
Other servers by Focus-GTS
View all Focus-GTS servers →Available versions (7)
| Version | Published |
|---|---|
| 0.11.1 | Aug 30, 2026 |
| 0.10.0 | Aug 18, 2026 |
| 0.8.1 | Aug 17, 2026 |
| 0.8.0 | Aug 16, 2026 |
| 0.7.0 | Aug 11, 2026 |
| 0.6.3 | Aug 9, 2026 |
| 0.6.1 | Aug 8, 2026 |
Frequently asked questions
- Who maintains AEP MCP Server?
- AEP MCP Server is maintained by Focus-GTS, which publishes 2 MCP servers (12 total versions) tracked on MCP Toplist.
- Is AEP MCP Server listed on the Official MCP Registry?
- Yes — AEP MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does AEP MCP Server have?
- MCP Toplist tracks 7 versions of AEP MCP Server, most recently published on Aug 30, 2026.
- Where can I find the source code for AEP MCP Server?
- The source code for AEP MCP Server is hosted at github.com/Focus-GTS/aep-mcp-server.