Skip to content
MCP-Bridge
Cloud Infrastructure

AWS Directory Service Claude Desktop Config

Add the AWS Directory Service 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-ds": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-ds"
      ],
      "env": {
        "AWS_DIRECTORY_SERVICE_API_KEY": "your_aws_directory_service_api_key"
      }
    }
  }
}

Environment Variables

AWS_DIRECTORY_SERVICE_API_KEY

Replace your_aws_directory_service_api_key with your actual aws directory service api key

Endpoints

POST/#X-Amz-Target=DirectoryService_20150416.AcceptSharedDirectory

AcceptSharedDirectory

POST/#X-Amz-Target=DirectoryService_20150416.AddIpRoutes

AddIpRoutes

POST/#X-Amz-Target=DirectoryService_20150416.AddRegion

AddRegion

POST/#X-Amz-Target=DirectoryService_20150416.AddTagsToResource

AddTagsToResource

POST/#X-Amz-Target=DirectoryService_20150416.CancelSchemaExtension

CancelSchemaExtension

POST/#X-Amz-Target=DirectoryService_20150416.ConnectDirectory

ConnectDirectory

POST/#X-Amz-Target=DirectoryService_20150416.CreateAlias

CreateAlias

POST/#X-Amz-Target=DirectoryService_20150416.CreateComputer

CreateComputer

POST/#X-Amz-Target=DirectoryService_20150416.CreateConditionalForwarder

CreateConditionalForwarder

POST/#X-Amz-Target=DirectoryService_20150416.CreateDirectory

CreateDirectory