Connect AI agents to the Fluent WordPress ecosystem using standardized MCP servers for CRM, support, boards, community, and affiliate management.
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",
"Dominotypist3077/fluent-mcp-servers"
]
}
}
}
Run in terminal:
claude mcp add fluent-mcp-servers npx -y Dominotypist3077/fluent-mcp-servers
Add to .cursor/mcp.json:
{
"mcpServers": {
"fluent-mcp-servers": {
"command": "npx",
"args": [
"-y",
"Dominotypist3077/fluent-mcp-servers"
]
}
}
}