Skip to content
Cursor

coolftp for Cursor

io.github.anivdel/coolftp

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

client:Cursor transport:stdio runtime:npm

Install coolftp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

coolftp in other clients