mcpbeat Sign in

Coolftp MCP Server

local only

Coolftp runs on your own machine — the client starts it, so there is no endpoint to ping. 191 installs a week from npm. Last commit 11 Sep 2026.

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

Installs per day peak 141 · avg 4
a month agotoday
191
Installs / week
npm · coolftp
0
Stars
0 open issues
11 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command packages/core/src/commands.ts:1429
    const child = spawn(cmd, { cwd, shell: true, stdio: ["ignore", "pipe", "pipe"] });
Builds a database query by concatenation packages/core/src/commands.ts:1011
      files: [...uploads, ...(opts.delete ? plan.delete.map((d) => "-" + d) : [])].slice(0, 500),
        all.push({ remote, local: path.join(local, st.name), size: st.size });
            <span class="row"><input name="privateKeyPath" class="grow" placeholder="~/.ssh/id_ed25519 (auto)" /><button type="button" class="btn small ghost" id="pickKey">…</button></span>
Reads files and sends them to the network packages/cli/src/runner.ts:179
    for (const name of fs.readdirSync(packages)) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add coolftp -- npx -y coolftp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "coolftp": {
      "args": [
        "-y",
        "coolftp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.coolftp]
command = "npx"
args = ["-y", "coolftp"]
.cursor/mcp.json
{
  "mcpServers": {
    "coolftp": {
      "args": [
        "-y",
        "coolftp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "coolftp": {
      "args": [
        "-y",
        "coolftp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Coolftp

same job, measured the same way
Unlocalhost
by info-arnav

Deploy localhost to a private, authenticated link from your AI coding agent.

32 installs/wk local only
Openpouch
by openpouch

Agent-native hosting: deploy any folder to a live URL in one command. No approve tool.

64 installs/wk local only
harvis.dev
by harvis

Deploy static sites from AI agents: deploy_site publishes files and returns a live URL in seconds.

1 tools answering
Specshield MCP Server
by specshield-io

The API-change deploy gate for AI coding agents. Read-only breaking-change detection.

local only
Dataecho
by dataecho

Deploy files, sites, and Dockerfile apps to live URLs + private drives for agent memory.

26 tools answering
ship.page
by ship

Deploy HTML from any agent: POST markup, get a live URL. Static hosting API with MCP tools.

11 tools answering
Hostsmith
by hostsmith

Deploy static sites on Hostsmith - give it a file, get a live HTTPS URL. EU/US residency.

78 installs/wk answering
Novence
by novence

Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.

47 tools answering

Coolftp — questions

Answers built from our own checks of this server.

Why is there no uptime for Coolftp?
Coolftp runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package coolftp was installed 191 times last week.
How do I connect Coolftp?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls coolftp straight from npm; nothing to host, nothing to sign up for.
How many people use Coolftp?
The npm package coolftp was installed 191 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Coolftp open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.