[Beta]{class="badge informative"}
Get started with the Adobe Target MCP server target-mcp-get-started
This page walks you through everything you need to connect the Adobe Target MCP server to your AI assistant and verify your setup.
Prerequisites mcp-prerequisites
Before connecting the Adobe Target MCP server to your MCP client, ensure the following:
-
You have an active Adobe Target license (Adobe Experience Cloud subscription) with an Adobe Experience Platform organization.
-
You have a supported MCP-compatible application (currently Claude Web, Claude Desktop, Claude Code, Cursor, or ChatGPT).
-
You have Adobe Target permissions configured in Adobe Admin Console. The required role depends on the operations you want to perform:
- Observer role or higher: access to all read-only tools (inspect, report, audit)
- Editor role or higher: access to read tools plus write tools (create, update)
- Approver role: access to all tools including activation and deactivation
Connect the Adobe Target MCP server mcp-connect
To connect from Claude Desktop or Claude Web:
- Open your MCP client settings and add a new MCP server.
- Enter the server URL:
https://targetmcp.adobe.io/mcp - When prompted, complete the Adobe IMS OAuth login with your Adobe Experience Cloud credentials.
- Once authenticated, all tools are immediately available. Try “List all active Target activities” to verify the connection.
To connect from Claude Code:
Add the following to your Claude Code MCP configuration:
{
"mcpServers": {
"adobe-target": {
"url": "https://targetmcp.adobe.io/mcp"
}
}
}
Complete the OAuth browser flow when prompted on first use.
To connect from Cursor:
- Open Cursor and navigate to Settings → MCP → Add New Global MCP Server.
- Add the following configuration:
{
"mcpServers": {
"target": {
"type": "streamable-http",
"url": "https://targetmcp.adobe.io/mcp"
}
}
}
- Save the configuration. The Target MCP server will appear in your available MCP servers.
Troubleshooting mcp-troubleshooting
- Log out of Adobe Experience Cloud completely.
- Clear browser cookies for adobe.com domains.
- Retry the authentication flow.
- Ensure you select the correct organization when prompted.
- Log out of Adobe Experience Cloud completely.
- Disconnect and reconnect the MCP server in your client settings.
- Select the correct organization carefully during re-authentication.
- Verify you have the required role in Adobe Target for the operation you are attempting (see Prerequisites). Read-only tools require Observer or higher; write tools require Editor or higher; activation and deactivation require Approver.
- Check that the referenced resources — activities, offers, audiences — exist in your organization.
- Confirm that activity IDs and other identifiers are correct.
- Verify your internet connection.
- Check that the MCP server URL is entered correctly in your client configuration.
- Try removing and re-adding the server in your MCP client settings.
Security and permissions mcp-security
The Adobe Target MCP server can only access data that your Adobe user account has permission to view or modify. All operations respect your Target role assignments and workspace permissions.
The server requests the following OAuth scopes:
AdobeID— Basic Adobe identityopenid— OpenID Connect authenticationadditional_info.projectedProductContext— Tenant discoveryread_organizations— Organization-level operationsadditional_info.roles— Role-based access control
OAuth tokens are validated against Adobe IMS on each request, are not stored persistently by the MCP server, and all communication uses HTTPS.