eds-mcp-server
About
20 tools for Adobe Edge Delivery Services: preview, publish, analytics, and content ops
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
EDS_OWNER EDS_REPO EDS_REF EDS_API_KEY EDS_DOMAIN_KEYClaude Code
claude mcp add --env EDS_OWNER= --env EDS_REPO= --env EDS_REF= --env EDS_API_KEY= --env EDS_DOMAIN_KEY= eds-mcp-server -- npx @focusgts/eds-mcp-server
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"eds-mcp-server","command":"npx","args":["@focusgts/eds-mcp-server"],"env":{"EDS_OWNER":"","EDS_REPO":"","EDS_REF":"","EDS_API_KEY":"","EDS_DOMAIN_KEY":""}}'
JSON
{
"mcpServers": {
"eds-mcp-server": {
"command": "npx",
"args": [
"@focusgts/eds-mcp-server"
],
"env": {
"EDS_OWNER": "",
"EDS_REPO": "",
"EDS_REF": "",
"EDS_API_KEY": "",
"EDS_DOMAIN_KEY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.