Skip to content
Grok

coolftp for Grok

io.github.anivdel/coolftp

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

client:Grok transport:stdio runtime:npm

Install coolftp in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

coolftp in other clients