Cloud · MODEL CONTEXT PROTOCOL
alxspiker mcp server ftp
Model Context Protocol server for FTP access
WHAT IT CONNECTS
alxspiker mcp server ftp 为 AI Agent 提供什么
- **List Directory Contents**: View files and folders on the FTP server
- **Download Files**: Retrieve file content from the FTP server
- **Upload Files**: Create new files or update existing ones
- **Create Directories**: Make new folders on the FTP server
- **Delete Files/Directories**: Remove files or directories
- Node.js 16 or higher
- Claude for Desktop (or other MCP-compatible client)
- Use the provided `build-windows.bat` script which handles common build issues
- Make sure Node.js and npm are properly installed
- Try running the TypeScript compiler directly: `npx tsc`
- If you still have issues, you can use the pre-compiled files in the `build` directory by running:
- "List the files in the /public directory on my FTP server"
- "Download the file /data/report.txt from the FTP server"
- "Upload this text as a file called notes.txt to the FTP server"
- "Create a new directory called 'backups' on the FTP server"
- "Delete the file obsolete.txt from the FTP server"
- "Remove the empty directory /old-project from the FTP server"
- FTP credentials are stored in the Claude configuration file. Ensure this file has appropriate permissions.
- Consider using FTPS (secure FTP) by setting `FTP_SECURE=true` if your server supports it.
- The server creates temporary files for uploads and downloads in your system's temp directory.
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。