fluentcrm-mcp-server

sabiertas/fluentcrm-mcp-server
★ 1 stars JavaScript Code/Dev Tools Updated 6d ago
MCP Server for FluentCRM — Manage contacts, tags, lists, campaigns, automations, and email templates from Claude Code, Cursor, or any MCP client.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fluentcrm-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "sabiertas/fluentcrm-mcp-server"
      ]
    }
  }
}