adobe mcp for VS Code
io.github.ajsmonty/adobe-mcp
Drive Adobe CC (AE, Photoshop, Illustrator, Premiere, Character Animator) from any MCP client
client:VS Code
transport:stdio
runtime:npm
Install adobe mcp in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "adobe-mcp-workspace",
"description": "ADOBE_MCP_WORKSPACE",
"password": true
}
],
"servers": {
"adobe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ajsmonty/adobe-mcp"
],
"env": {
"ADOBE_MCP_WORKSPACE": "${input:adobe-mcp-workspace}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs