
Adobe Analytics API를 MCP(Model Context Protocol)를 통해 접근할 수 있게 해주는 서버입니다.
Adobe Analytics API를 MCP(Model Context Protocol)를 통해 접근할 수 있게 해주는 서버입니다.
Adobe Analytics API를 MCP(Model Context Protocol)를 통해 접근할 수 있게 해주는 서버입니다.
일반 보고서 API (/reports)
실시간 보고서 API (/reports/realtime)
차원 목록 API (/dimensions)
지표 목록 API (/metrics)
세그먼트 목록 API (/segments)
날짜 범위 목록 API (/date-ranges)
차원 값 목록 API (/dimensions/{dimensionId}/values)
npm install.env 파일 생성 후 다음 값들을 설정:
ADOBE_CLIENT_ID=your_client_id
ADOBE_CLIENT_SECRET=your_client_secret
ADOBE_SCOPE=your_scope_1,your_scope_2
ADOBE_COMPANY_ID=your_company_id
ADOBE_REPORT_SUITE_ID=your_report_suite_idnpm run buildnpm start{
"name": "get_report",
"arguments": {
"rsid": "your_report_suite_id",
"startDate": "2024-01-01",
"endDate": "2024-01-31",
"metrics": ["pageviews", "visitors"],
"dimension": "page",
"limit": 10
}
}{
"name": "get_realtime_data",
"arguments": {
"rsid": "your_report_suite_id",
"metrics": ["pageviews"],
"dimension": "page",
"limit": 5
}
}{
"name": "get_dimensions",
"arguments": {
"rsid": "your_report_suite_id",
"locale": "ko_KR",
"segmentable": true,
"reportable": true
}
}{
"name": "get_metrics",
"arguments": {
"rsid": "your_report_suite_id",
"locale": "ko_KR",
"segmentable": true,
"reportable": true
}
}{
"name": "get_segments",
"arguments": {
"rsid": "your_report_suite_id",
"locale": "ko_KR",
"filterByPublishedSegments": true,
"limit": 10,
"page": 1
}
}{
"name": "get_date_ranges",
"arguments": {
"rsid": "your_report_suite_id",
"locale": "ko_KR",
"filterByPublishedSegments": true
}
}git clone https://github.com/mixcoffee88/aa-mcp-test.git
cd aa-mcp-test
npm install
npm run buildClaude Desktop의 설정 파일 위치:
%APPDATA%\Claude\claude_desktop_config.json~/Library/Application Support/Claude/claude_desktop_config.json~/.config/Claude/claude_desktop_config.jsonMCP 설정 파일에 다음 내용 추가:
{
"mcpServers": {
"adobe-analytics": {
"command": "node",
"args": ["C:/ibank/mcp_workspace/aa-mcp-test/build/index.js"],
"env": {
"ADOBE_CLIENT_ID": "your_client_id",
"ADOBE_CLIENT_SECRET": "your_client_secret",
"ADOBE_SCOPE": "your_scope_1,your_scope_2",
"ADOBE_COMPANY_ID": "your_company_id",
"ADOBE_REPORT_SUITE_ID": "your_report_suite_id"
}
}
}
}참고: 완료후 NPM 패키지로 배포 필요
This repo does not document an install step we could read. Check the README on GitHub.
Paste this prompt into your agent. It reads this page and does the setup for you.
Read https://aiagentslisting.com/mcp/adobe-analytics-mcp to learn what the "Adobe Analytics MCP 서버" MCP server does and how to install it. Add it to my coding agent's MCP configuration as documented on that page, then confirm the server connects and list the tools it exposes.Agents can also browse this directory over MCP at https://aiagentslisting.com/api/mcp
This server doesn't publish a machine-readable tool manifest, and it doesn't expose a public endpoint we could ask. Connect the server locally to see what it exposes.
Maintain this server? Claiming proves you own the listing and earns the last 4 points.
Claim this listingPaste this line near the top of your repository's README. The badge always renders the current score.
[](https://aiagentslisting.com/mcp/adobe-analytics-mcp)Nothing comparable is listed yet.
No tagged releases on record.
Connect to the AI Agents Listing MCP server at https://aiagentslisting.com/api/mcp using the HTTP transport and complete the sign-in when it asks. Then call the submit_review tool for the listing "adobe-analytics-mcp" with a rating from 1 to 5 and a short note on what worked and what did not.No reviews yet
Be the first to share your experience with this tool.
One email a week. New agents, MCP servers and skills, and what is actually getting traction.