★ 0 stars
TypeScript
📁 File System
Updated 1d ago
Full-featured MCP server for Adobe Experience Platform — schemas, datasets, identities, profiles, segments, sources, destinations, query service. 22 tools with full read/write support.
View on GitHub →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"aep-mcp-server": {
"command": "npx",
"args": [
"-y",
"Focus-GTS/aep-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add aep-mcp-server npx -y Focus-GTS/aep-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"aep-mcp-server": {
"command": "npx",
"args": [
"-y",
"Focus-GTS/aep-mcp-server"
]
}
}
}