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"
]
}
}
}
Run in terminal:
claude mcp add fluentcrm-mcp-server npx -y sabiertas/fluentcrm-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"fluentcrm-mcp-server": {
"command": "npx",
"args": [
"-y",
"sabiertas/fluentcrm-mcp-server"
]
}
}
}