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