Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

AWS Directory Service MCP Config

<fullname>Directory Service</fullname> <p>Directory Service is a web service that makes it easy for you to setup and run directories in the Amazon Web Services cloud, or connect your Amazon Web Services resources with an existing self-managed Microsoft Active Directory. This guide provides detailed

Config URL

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

https://mcpbridge.org/config/amazonaws-com-ds.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to 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"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "amazonaws-com-ds": {
      "url": "https://mcpbridge.org/config/amazonaws-com-ds.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "amazonaws-com-ds": {
      "url": "https://mcpbridge.org/config/amazonaws-com-ds.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/amazonaws-com-ds.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-ds": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-ds"],
      "env": {
      "AWS_DIRECTORY_SERVICE_API_KEY": "your_aws_directory_service_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://mcpbridge.org/config/amazonaws-com-ds.json

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