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 Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
コメント