mcp-server-ftp

alxspiker/mcp-server-ftp
★ 16 stars TypeScript 📁 File System Updated 1d ago
Model Context Protocol server for FTP access
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-server-ftp": {
      "command": "npx",
      "args": [
        "-y",
        "alxspiker/mcp-server-ftp"
      ]
    }
  }
}

README Excerpt

This Model Context Protocol (MCP) server provides tools for interacting with FTP servers. It allows Claude.app to list directories, download and upload files, create directories, and delete files/directories on FTP servers. - **List Directory Contents**: View files and folders on the FTP server - **Download Files**: Retrieve file content from the FTP server

Tools (9)

FTP_ENCRYPTION_KEYFTP_HOSTFTP_PASSPHRASEFTP_PASSWORDFTP_PORTFTP_PRIVATE_KEY_PATHFTP_PROTOCOLFTP_SECUREFTP_USER