aem mcp server for VS Code
io.github.easingthemes/aem-mcp-server
AEM MCP server. Chat with your AEM instance for content, component, and asset operations.
client:VS Code
transport:stdio
runtime:npm
Install aem mcp server in VS Code
.vscode/mcp.json
{
"servers": {
"aem-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"aem-mcp-server"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs