Skip to content
MCP-Bridge
AI & ML

AWS Transfer Family MCP Config

Transfer Family is a fully managed service that enables the transfer of files over the File Transfer Protocol (FTP), File Transfer Protocol over SSL (FTPS), or Secure Shell (SSH) File Transfer Protocol (SFTP) directly into and out of Amazon Simple Storage Service (Amazon S3) or Amazon EFS. Additiona

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/amazonaws-com-transfer.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-transfer.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-transfer": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-transfer"],
      "env": {
      "AWS_TRANSFER_FAMILY_API_KEY": "your_aws_transfer_family_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/amazonaws-com-transfer.json

Environment Variables

AWS_TRANSFER_FAMILY_API_KEY

Replace your_aws_transfer_family_api_key with your actual aws transfer family api key

Endpoints

POST/#X-Amz-Target=TransferService.CreateAccess

CreateAccess

POST/#X-Amz-Target=TransferService.CreateAgreement

CreateAgreement

POST/#X-Amz-Target=TransferService.CreateConnector

CreateConnector

POST/#X-Amz-Target=TransferService.CreateProfile

CreateProfile

POST/#X-Amz-Target=TransferService.CreateServer

CreateServer

POST/#X-Amz-Target=TransferService.CreateUser

CreateUser

POST/#X-Amz-Target=TransferService.CreateWorkflow

CreateWorkflow

POST/#X-Amz-Target=TransferService.DeleteAccess

DeleteAccess

POST/#X-Amz-Target=TransferService.DeleteAgreement

DeleteAgreement

POST/#X-Amz-Target=TransferService.DeleteCertificate

DeleteCertificate