Using the AEM Cloud Migration MCP using-cloud-migration-mcp
The AEM Cloud Migration MCP is a hosted Model Context Protocol (MCP) server that connects your IDE agent to Cloud Acceleration Manager (CAM). Once configured, the AEM Cloud Migration Skill can fetch Best Practices Analyzer findings directly from your CAM project without requiring a CSV export.
MCP Server URL server-url
https://mcp.adobeaemcloud.com/adobe/mcp/cloud-migration
Add this URL to your IDE’s MCP configuration to connect.
What It Provides what-it-provides
The MCP server exposes two tools that the migration skill invokes automatically during a session:
fetch-cam-bpa-findings-by-patternscheduler, assetApi, eventListener, resourceChangeListener, eventHandler, or all) from the latest BPA report in a CAM project.fetch-cam-bpa-findings-by-importanceCRITICAL, MAJOR, ADVISORY, INFO) from the latest BPA report, sorted by descending count. Useful for prioritizing which patterns to address first.Prerequisites prerequisites
- A Cloud Acceleration Manager project with an uploaded BPA report. See CAM Readiness Phase.
- An Adobe ID with access to that CAM project.
- An AI-enabled IDE that supports remote MCP servers.
Setup setup
- In your IDE’s MCP configuration, add a new MCP server entry with the URL
https://mcp.adobeaemcloud.com/adobe/mcp/cloud-migration. - Save or activate the configuration so your IDE connects to the server.
- When prompted, sign in with your Adobe ID to complete authentication.
- Once authenticated, your IDE discovers the available migration tools and the migration skill can use them in sessions.
For IDE-specific configuration steps, refer to the guides under Setting Up MCP with AEM.
Using the MCP in a Migration Session using-in-session
With the MCP server connected, start a migration session in your IDE with a prompt such as:
Fetch scheduler findings for project <name>/<id>.
The agent:
- Fetches the BPA findings for that project
- Proceeds with the batch-by-batch migration workflow
Prioritizing by severity by-severity
To see a count-sorted summary of your BPA report findings before starting pattern migration:
Show me CRITICAL findings from CAM for project <name>/<id>.
Use this to decide which patterns to prioritize in your sessions.
Troubleshooting troubleshooting
IDE cannot connect to the MCP server
- Verify the URL is entered exactly as shown above, with no trailing slash
- Restart your IDE after saving the MCP configuration
Authentication fails
- Ensure you are signing in with the Adobe ID that has access to your CAM projects
No BPA report found
- Verify that a BPA report has been uploaded to the selected CAM project. See Using Best Practices Analyzer.
What’s Next whats-next
With the MCP configured, see Using the Cloud Migration Skill for a full reference on migration patterns and session management.