Back to directory
alxspiker/mcp-server-ftp

alxspiker/mcp-server-ftp

@alxspiker

Model Context Protocol server for FTP access, providing tools to list, download, upload, create, and delete files/directories on FTP servers.

ftpmcpfile-transferservertypescriptsftpfilesystemtool

Installation & Configuration

{
  "mcpServers": {
    "ftp-server": {
      "command": "node",
      "args": [
        "/absolute/path/to/mcp-server-ftp/build/index.js"
      ],
      "env": {
        "FTP_HOST": "ftp.example.com",
        "FTP_PORT": "21",
        "FTP_USER": "your-username",
        "FTP_PASSWORD": "your-password",
        "FTP_SECURE": "false"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/14
Updated
2026/6/15