adobe-analytics-mcp-server-by-cdata
@CDataSoftware
This read-only MCP Server allows you to connect to Adobe Analytics data from Claude Desktop through CData JDBC Drivers. Free (beta) read/write servers available at
Overview
What is adobe-analytics-mcp-server-by-cdata?
It is a read-only Model Context Protocol server that enables LLMs like Claude Desktop to query live Adobe Analytics data using natural language. It wraps the CData JDBC Driver for Adobe Analytics to expose Adobe Analytics data as relational SQL models, removing the need to write SQL directly.
How to use adobe-analytics-mcp-server-by-cdata?
Clone the repository, build the JAR with Maven (mvn clean install), download and license the CData JDBC Driver for Adobe Analytics, and configure a connection string. Create a .prp file with JDBC properties, then add the server to your Claude Desktop configuration (claude_desktop_config.json). The server uses stdio transport, so the client must run on the same machine. Once configured, ask natural language questions about your Adobe Analytics data.
Key features of adobe-analytics-mcp-server-by-cdata
- Read-only access to Adobe Analytics data via natural language queries
- Built on the CData JDBC Driver for Adobe Analytics
- Exposes data as relational SQL tables
- Provides tools:
get_tables,get_columns, andrun_query - Uses
stdiotransport – client and server must share the same machine
Use cases of adobe-analytics-mcp-server-by-cdata
- Ask “How many open tickets do I have in the SUPPORT project?” without writing SQL
- Explore correlations between opportunities and account industry
- Retrieve calendar events or other Adobe Analytics metrics through an LLM chat interface
FAQ from adobe-analytics-mcp-server-by-cdata
Is this server read-only?
Yes, this project builds a read-only MCP server. For full read, write, update, and delete capabilities, CData offers a free beta MCP Server for Adobe Analytics with a simplified setup.