Ftp
БесплатноНе проверенEnables AI agents to perform FTP/FTPS/SFTP file operations including upload, download, sync, and directory management with multi-server support.
Описание
Enables AI agents to perform FTP/FTPS/SFTP file operations including upload, download, sync, and directory management with multi-server support.
README
MCP server for FTP/FTPS/SFTP operations — full FileZilla feature set for AI agents.
Installation
OpenCode
Add to your opencode.json config:
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"ftp-mcp": {
"type": "local",
"command": ["npx", "-y", "github:kemalabuteliyte/ftp-mcp"],
"enabled": true
}
}
}
Claude Code / Claude Desktop
Add to your MCP config (~/.claude/settings.json or Claude Desktop config):
{
"mcpServers": {
"ftp-mcp": {
"command": "npx",
"args": ["-y", "github:kemalabuteliyte/ftp-mcp"]
}
}
}
Cursor / Windsurf
Add to your MCP settings:
{
"mcpServers": {
"ftp-mcp": {
"command": "npx",
"args": ["-y", "github:kemalabuteliyte/ftp-mcp"]
}
}
}
Manual install
npm install -g github:kemalabuteliyte/ftp-mcp
Then use ftp-mcp as the command in any MCP client config.
Features
36 tools covering all FileZilla operations:
Connection Management
ftp_connect— Connect to FTP/FTPS/SFTP serverftp_disconnect— Close a connectionftp_list_connections— List active connectionsftp_connection_info— Get connection details
Site Manager
ftp_add_site— Save connection profileftp_remove_site— Delete saved siteftp_list_sites— List saved profilesftp_edit_site— Update site config
Navigation
ftp_pwd— Print working directoryftp_cd— Change directoryftp_list— List directory (permissions, size, date)ftp_tree— Recursive tree view
File Operations
ftp_upload— Upload file (binary/ascii/auto)ftp_download— Download fileftp_delete— Delete fileftp_rename— Rename file/directoryftp_move— Move fileftp_copy— Copy file on serverftp_read— Read remote file contentsftp_write— Write content to remote fileftp_append— Append to remote fileftp_stat— Get file infoftp_exists— Check if path exists
Directory Operations
ftp_mkdir— Create directory (recursive option)ftp_rmdir— Remove directory (recursive option)ftp_dir_size— Calculate directory size
Bulk Transfers
ftp_upload_directory— Upload entire directoryftp_download_directory— Download entire directoryftp_sync— Sync local/remote directoriesftp_mirror— Mirror directories (one-way sync with delete)
Permissions
ftp_chmod— Change permissions (recursive option)ftp_chown— Change ownership (SFTP only)
Search & Compare
ftp_find— Search files by name patternftp_grep— Search file contents on serverftp_compare— Compare local vs remote directoriesftp_checksum— File checksum verification
Protocols
| Protocol | Library | Default Port |
|---|---|---|
| FTP | basic-ftp | 21 |
| FTPS | basic-ftp | 990 |
| SFTP | ssh2-sftp-client | 22 |
Multi-Server Support
Connect to multiple servers simultaneously with named connections:
ftp_connect(name: "prod", host: "prod.example.com", protocol: "sftp", ...)
ftp_connect(name: "staging", host: "staging.example.com", protocol: "ftp", ...)
ftp_list(connection: "prod", path: "/var/www")
ftp_sync(connection: "staging", localPath: "./dist", remotePath: "/public_html", direction: "local-to-remote")
Site Manager
Save frequently used connections to ~/.ftp-mcp/sites.json:
ftp_add_site(name: "myserver", host: "example.com", protocol: "sftp", username: "deploy", privateKeyPath: "~/.ssh/id_rsa")
ftp_connect(name: "session1", site: "myserver")
License
MIT
Установка Ftp
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/kemalabuteliyte/ftp-mcpFAQ
Ftp MCP бесплатный?
Да, Ftp MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ftp?
Нет, Ftp работает без API-ключей и переменных окружения.
Ftp — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ftp в Claude Desktop, Claude Code или Cursor?
Открой Ftp на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ftp with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
