# Adobe Analytics MCP Plugin Use the **AA MCP server** as an analytics copilot: KPI monitoring, funnel analysis, segment comparison, and executive readouts — all driven from natural-language requests in Claude Code, Cursor, and other MCP clients. --- ## Installation **Claude Code:** ```bash /plugin marketplace add adobe/skills /plugin install adobe-analytics@adobe-skills ``` **Cursor / other MCP clients:** Configure the MCP server entry per your environment (see below). --- ## MCP server ```json { "mcpServers": { "adobe-analytics": { "type": "http", "url": "https://aa-mcp.adobe.io/mcp" } } } ``` Requests require IMS auth headers (`Authorization`, `x-gw-ims-org-id`, `x-gw-ims-user-id`, etc.); an OAuth proxy may inject these. This repo's [`.mcp.json`](./.mcp.json) is a **template** only. --- ## Skills
| Skill | Description | Try it |
|---|---|---|
| Monitor & investigate — Skills that track day-to-day KPI movement and dig into unexpected shifts. | ||
| aa-kpi-pulse | KPI digest with period-over-period change and top mover callout |
|
| aa-top-movers-watchlist | Ranks dimension items by biggest gain or loss for a metric |
|
| Analyze — Skills that go deeper into a specific question — funnels, channels, segment differences. | ||
| aa-conversion-funnel-analysis | Step-by-step fallout analysis across a multi-step conversion funnel |
|
| aa-segment-performance-comparator | Side-by-side KPI comparison across two or more audience segments |
|
| Deliver — Skills that produce stakeholder-ready output, like narrative briefings for leadership and business reviews. | ||
| aa-executive-briefing | Narrative performance summary ready for leadership or QBR |
|