ActiveCampaign MCP Server by CData
@CDataSoftware
About ActiveCampaign MCP Server by CData
This project builds a read-only MCP server. For full read, write, update, delete, and action capabilities and a simplified setup, check out our free CData MCP Server for ActiveCampaign (beta): https://www.cdata.com/download/download.aspx?sku=JUZK-V&type=beta
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\activecampaign.prp"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is ActiveCampaign MCP Server by CData?
ActiveCampaign MCP Server by CData is a read-only Model Context Protocol (MCP) server that allows large language models (LLMs) like Claude Desktop to query live ActiveCampaign data using natural language. It wraps the CData JDBC Driver for ActiveCampaign, exposing ActiveCampaign data as relational SQL models.
How to use ActiveCampaign MCP Server by CData?
Clone the repository, build with mvn clean install, download and license the CData JDBC Driver for ActiveCampaign, configure a connection string using the driver’s utility, create a .prp file with connection properties, then add the server to your Claude Desktop config file (claude_desktop_config.json). Restart Claude Desktop to see the tools.
Key features of ActiveCampaign MCP Server by CData
- Read-only MCP server for ActiveCampaign data
- Uses CData JDBC Driver for ActiveCampaign
- Exposes data as relational tables via MCP tools
- Natural language querying – no SQL required
- Tools: get_tables, get_columns, run_query (SELECT only)
- Runs over stdio transport (same machine as client)
Use cases of ActiveCampaign MCP Server by CData
- Query live ActiveCampaign data from an LLM chatbot
- Ask natural language questions about contacts, campaigns, or automations
- Analyze trends or correlations in ActiveCampaign data without writing SQL
- Integrate ActiveCampaign insights into AI-driven conversations
FAQ from ActiveCampaign MCP Server by CData
Is this server read‑only?
Yes, it is explicitly a read‑only MCP server. For full read, write, update, delete, and action capabilities, refer to the separate CData MCP Server for ActiveCampaign (beta).
What are the runtime dependencies?
Java (via java.exe), the CData JDBC Driver for ActiveCampaign (requires licensing), and Maven for building the server JAR.
How do I configure the connection?
You must create a .prp file with properties: Prefix, ServerName, ServerVersion, DriverPath, DriverClass, JdbcUrl, and optionally Tables. The JDBC URL is obtained using the driver’s connection string utility.
What transport does the server use?
It uses stdio transport, so the MCP server must run on the same machine as the client (e.g., Claude Desktop).
Can I write to ActiveCampaign through this server?
No. Only SQL SELECT queries are supported via the run_query tool. Write, update, and delete operations are not available.
More Other MCP servers
Codelf
unbugA search tool helps dev to solve the naming things problem.
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
Comments