The MCP Server for FTP Access enables Claude.app to interact with FTP servers through natural language commands. Built with TypeScript and the basic-ftp library, it provides tools for listing directories, downloading and uploading files, creating directories, and deleting files or directories on remote FTP servers. The server is configured through environment variables for connection details and supports both standard FTP and secure FTPS connections. This implementation is particularly useful for users who need to manage remote file systems directly from their AI assistant interface without switching to dedicated FTP clients.
暂无评论. 成为第一个评论的人!
登录以参与讨论
List contents of an FTP directory.
Download a file from the FTP server.
Upload a file to the FTP server.
Create a new directory on the FTP server.
Delete a file from the FTP server.
Delete a directory from the FTP server.