Skip to content
MCP-Bridge
Cloud Infrastructure

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

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. 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_KEY

Replace your_amazon_elastic_file_system_api_key with your actual amazon elastic file system api key

Endpoints

GET/2015-02-01/access-points

DescribeAccessPoints

POST/2015-02-01/access-points

CreateAccessPoint

GET/2015-02-01/file-systems

DescribeFileSystems

POST/2015-02-01/file-systems

CreateFileSystem

GET/2015-02-01/mount-targets

DescribeMountTargets

POST/2015-02-01/mount-targets

CreateMountTarget

POST/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration

CreateReplicationConfiguration

DELETE/2015-02-01/file-systems/{SourceFileSystemId}/replication-configuration

DeleteReplicationConfiguration

POST/2015-02-01/create-tags/{FileSystemId}

CreateTags

DELETE/2015-02-01/access-points/{AccessPointId}

DeleteAccessPoint