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