ActiveCampaign MCP Server by CData
@CDataSoftware
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"{classname_dash}": {
"command": "PATH\\TO\\java.exe",
"args": [
"-jar",
"PATH\\TO\\CDataMCP-jar-with-dependencies.jar",
"PATH\\TO\\activecampaign.prp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Servers
modelcontextprotocolModel Context Protocol Servers
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
评论