Skip to content
VS Code

coolftp for VS Code

io.github.anivdel/coolftp

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

client:VS Code transport:stdio runtime:npm

Install coolftp in VS Code

.vscode/mcp.json

{
  "servers": {
    "coolftp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "coolftp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

coolftp in other clients