ftp ssh mcp for Cursor
io.github.chris221/ftp-ssh-mcp
Work with a remote host over FTP/FTPS/SFTP, SSH, and MySQL.
client:Cursor
transport:stdio
runtime:npm
Install ftp ssh mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ftp-ssh-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ftp-ssh-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs