Amazon Elastic File System Claude Desktop Config
Add the Amazon Elastic File System MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"amazonaws-com-elasticfilesystem": {
"command": "npx",
"args": [
"-y",
"@mcp/amazonaws-com-elasticfilesystem"
],
"env": {
"AMAZON_ELASTIC_FILE_SYSTEM_API_KEY": "your_amazon_elastic_file_system_api_key"
}
}
}
}Environment Variables
AMAZON_ELASTIC_FILE_SYSTEM_API_KEYReplace your_amazon_elastic_file_system_api_key with your actual amazon elastic file system api key
Endpoints
GET
/2015-02-01/access-pointsDescribeAccessPoints
POST
/2015-02-01/access-pointsCreateAccessPoint
GET
/2015-02-01/file-systemsDescribeFileSystems
POST
/2015-02-01/file-systemsCreateFileSystem
GET
/2015-02-01/mount-targetsDescribeMountTargets
POST
/2015-02-01/mount-targetsCreateMountTarget
POST
/2015-02-01/file-systems/{SourceFileSystemId}/replication-configurationCreateReplicationConfiguration
DELETE
/2015-02-01/file-systems/{SourceFileSystemId}/replication-configurationDeleteReplicationConfiguration
POST
/2015-02-01/create-tags/{FileSystemId}CreateTags
DELETE
/2015-02-01/access-points/{AccessPointId}DeleteAccessPoint