Fluent Mcp Servers banner
carlosrodera carlosrodera

Fluent Mcp Servers

AI community

Description

Open-source MCP servers for the Fluent WordPress ecosystem (FluentCRM, Fluent Support, Fluent Boards, Fluent Community, FluentAffiliate) — 175 tools for AI agents

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

README

Fluent MCP Servers — Open Source Collection

Open-source MCP (Model Context Protocol) servers for the [Fluent WordPress ecosystem](https://wpmanageninja.com/) by WPManageNinja.

Connect your AI agents (Claude, Cursor, Codex, Windsurf) to FluentCRM, FluentCart, Fluent Support, Fluent Boards, Fluent Community, and FluentAffiliate via the standard MCP protocol.

Servers

Server Plugin Tools Status
fluent-support-mcp Fluent Support 51 Ready
fluent-crm-mcp FluentCRM 40 Ready
fluent-boards-mcp Fluent Boards 30 Ready
fluent-community-mcp Fluent Community 30 Ready
fluent-affiliate-mcp FluentAffiliate 24 Ready
fluentcart-mcp FluentCart 279 By vcode.sh
Total (full ecosystem) 454

**Note**: We didn't build a FluentCart MCP because [vcode.sh](https://fchub.co) already built an excellent one with 279 tools and dynamic mode support. Install it with: `npx -y fluentcart-mcp`

Quick Start

Each server follows the same pattern:

1. Prerequisites

  • WordPress site with the corresponding Fluent plugin installed
  • WordPress Application Password (how to create)
  • Node.js >= 18

2. Install

# Clone this repo
git clone https://github.com/carlosrodera/fluent-mcp-servers.git
cd fluent-mcp-servers

# Build the server you need
cd fluent-support-mcp
npm install && npm run build

3. Configure

Set environment variables:

export FLUENTSUPPORT_URL="https://your-wordpress-site.com"
export FLUENTSUPPORT_USERNAME="your-wp-username"
export FLUENTSUPPORT_APP_PASSWORD="your-application-password"

4. Connect to Claude Code

claude mcp add fluents