
sftp mcp server
一个通过 MCP 协议连接 SFTP 服务器的工具,支持文件操作功能。
Repository Info
About This Server
一个通过 MCP 协议连接 SFTP 服务器的工具,支持文件操作功能。
Model Context Protocol (MCP) - This server can be integrated with AI applications to provide additional context and capabilities, enabling enhanced AI interactions and functionality.
Documentation
SFTP MCP Server
MCP (ModelContextProtcol) Server to connect an SFTP Server
🚀 Overview
Supported features
- Download/Upload files
- List files/folders
- Rename files
- Delete files/folders
- Create directories
- Move files/folders
📚 Documentation
👉 Full documentation is available at:
Setup guide
The documentation covers the setup and integration in Claude desktop.
🛠️ Running in development mode
If UV is not yet installed, run;
On MAC: curl -LsSf https://astral.sh/uv/install.sh | sh
On Windows: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"
Install the necessary packages with;
uv sync
Lastly, use the configuration below in the Claude desktop config file;
{
"mcpServers": {
"sftp": {
"command": "uv",
"args": [
"--directory",
"PATH_TO_REPOSITORY/sftp-mcp-server",
"run",
"main.py"
],
"env": {
"SFTP_HOST": "",
"SFTP_USERNAME": "",
"SFTP_PASSWORD": ""
}
}
}
}
Quick Start
Clone the repository
git clone https://github.com/filepulse/sftp-mcp-serverInstall dependencies
cd sftp-mcp-server
npm installFollow the documentation
Check the repository's README.md file for specific installation and usage instructions.
Repository Details
Recommended MCP Servers
Discord MCP
Enable AI assistants to seamlessly interact with Discord servers, channels, and messages.
Knit MCP
Connect AI agents to 200+ SaaS applications and automate workflows.
Apify MCP Server
Deploy and interact with Apify actors for web scraping and data extraction.
BrowserStack MCP
BrowserStack MCP Server for automated testing across multiple browsers.
Zapier MCP
A Zapier server that provides automation capabilities for various apps.