Connect to Cursor

You can request Adobe Analytics and Customer Journey Analytics data using Cursor.

  1. Launch the Cursor IDE and authenticate using your credentials.

  2. Navigate to FilePreferencesCursor settings.

  3. Select the Tools & MCPs section.

  4. Select Add Custom MCP. The file mcp.json is opened.

  5. Add the desired product to the JSON entry. If you added both Adobe Analytics and Customer Journey Analytics simultaneously, your JSON file might look similar to the following:

    {
      "mcpServers": {
        "Customer Journey Analytics": {
          "type": "streamable-http",
          "url": "https://mcp-gateway.adobe.io/cja/mcp"
        },
        "Adobe Analytics": {
          "type": "streamable-http",
          "url": "https://mcp-gateway.adobe.io/aa/mcp"
        }
      }
    }
    
  6. Select FileSave. Close mcp.json.

  7. Back in Tools & MCPs, the desired MCP tool(s) are visible.

  8. Select Connect next to the desired MCP tool.

  9. A login window pops up. Authenticate using your Adobe ID credentials. Ensure that you select the desired IMS org if your Adobe ID belongs to more than one.

  10. Approve the connection between Adobe and Cursor.

  11. Open a fresh chat window with Cursor.

The tool is ready for use. You can converse with Cursor in context of your Analytics environment by invoking the tool:

"Use the Adobe Analytics tool to show me what report suites are available."
"Use the Customer Journey Analytics tool to show me what data views are available."