Skip to content
Claude Desktop

chatflow for Claude Desktop

io.github.yersat/chatflow

WhatsApp CRM for AI agents: search contacts, read chats, manage the sales pipeline, send messages.

client:Claude Desktop transport:streamable-http

Install chatflow in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "chatflow": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://valuable-sockeye-14.eu-west-1.convex.site/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

chatflow in other clients