Twitter Ads MCP Server by CData
@CDataSoftware
This read-only MCP Server allows you to connect to Twitter Ads data from Claude Desktop through CData JDBC Drivers. For full CRUD support, check out the first managed MCP platform: CData Connect AI (https://www.cdata.com/ai/).
Overview
What is Twitter Ads MCP Server by CData?
The Twitter Ads MCP Server by CData is a local, read-only Model Context Protocol server built on the CData JDBC Driver for Twitter Ads. It lets Large Language Models (like Claude Desktop) query live Twitter Ads data through natural language, with no SQL required.
How to use Twitter Ads MCP Server by CData?
Clone the repository, build the JAR with Maven, install and license the CData JDBC Driver for Twitter Ads, create a .prp file with your JDBC connection string, and configure Claude Desktop (or another stdio-client) to launch the server with the JAR and the .prp file. Then ask natural-language questions about your Twitter Ads data.
Key features of Twitter Ads MCP Server by CData
- Read-only access to live Twitter Ads data via MCP
- Exposes tables and columns through automatic tools
- Natural-language querying – no SQL required from the user
- Built on the CData JDBC Driver for Twitter Ads
- Operates over the stdio transport (local only)
- Supports any MCP client that runs on the same machine
Use cases of Twitter Ads MCP Server by CData
- Ask an LLM “What are my top performing ad campaigns this week?” without writing SQL
- Let Claude Desktop explore Twitter Ads tables without a separate dashboard
- Integrate Twitter Ads insights into AI-powered analytics workflows
- Quickly audit ad spend or impressions using conversational queries
FAQ from Twitter Ads MCP Server by CData
Is this server read-only or full CRUD?
The project builds a local, read-only MCP server. For full read, write, update, delete, and action capabilities, CData offers a separate MCP Server for Twitter Ads.
How does this compare to CData Connect AI?
CData Connect AI is the first managed MCP platform, providing fully remote MCP access. This server is a local alternative that you run yourself.
What are the runtime requirements?
You need Java (to run the JAR), Maven (to build), and the CData JDBC Driver for Twitter Ads (which requires a license – a trial key “TRIAL” is accepted).
Where does the data live?
Data stays in Twitter Ads servers; the JDBC driver queries it live. No data is stored locally by the MCP server.
What transport does the server use?
It uses the stdio transport, so it can only be used with clients that run on the same machine.