adobe mcp for Grok
io.github.ajsmonty/adobe-mcp
Drive Adobe CC (AE, Photoshop, Illustrator, Premiere, Character Animator) from any MCP client
client:Grok
transport:stdio
runtime:npm
Install adobe mcp in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"adobe-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@ajsmonty/adobe-mcp"
],
"env": {
"ADOBE_MCP_WORKSPACE": "<ADOBE_MCP_WORKSPACE>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs