Skip to content
Cline

coolftp for Cline

io.github.anivdel/coolftp

Deploy a site to its SFTP/FTP host from a coding agent. Changed files only, undo, live checks.

client:Cline transport:stdio runtime:npm

Install coolftp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

{
  "mcpServers": {
    "coolftp": {
      "command": "npx",
      "args": [
        "-y",
        "coolftp"
      ]
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

coolftp in other clients