fluent-mcp-servers

carlosrodera/fluent-mcp-servers
★ 22 stars TypeScript 🤖 AI/LLM Updated 9d ago
Open-source MCP servers for the Fluent WordPress ecosystem (FluentCRM, Fluent Support, Fluent Boards, Fluent Community, FluentAffiliate) — 175 tools for AI agents
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fluent-mcp-servers": {
      "command": "npx",
      "args": [
        "-y",
        "carlosrodera/fluent-mcp-servers"
      ]
    }
  }
}