Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon AppStream MCP Config

<fullname>Amazon AppStream 2.0</fullname> <p>This is the <i>Amazon AppStream 2.0 API Reference</i>. This documentation provides descriptions and syntax for each of the actions and data types in AppStream 2.0. AppStream 2.0 is a fully managed, secure application streaming service that lets you stream

Config URL

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

https://mcpbridge.org/config/amazonaws-com-appstream.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-appstream": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-appstream"
      ],
      "env": {
        "AMAZON_APPSTREAM_API_KEY": "your_amazon_appstream_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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

{
  "mcpServers": {
    "amazonaws-com-appstream": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-appstream"],
      "env": {
      "AMAZON_APPSTREAM_API_KEY": "your_amazon_appstream_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-appstream.json

Environment Variables

AMAZON_APPSTREAM_API_KEY

Replace your_amazon_appstream_api_key with your actual amazon appstream api key

Endpoints

POST/#X-Amz-Target=PhotonAdminProxyService.AssociateApplicationFleet

AssociateApplicationFleet

POST/#X-Amz-Target=PhotonAdminProxyService.AssociateApplicationToEntitlement

AssociateApplicationToEntitlement

POST/#X-Amz-Target=PhotonAdminProxyService.AssociateFleet

AssociateFleet

POST/#X-Amz-Target=PhotonAdminProxyService.BatchAssociateUserStack

BatchAssociateUserStack

POST/#X-Amz-Target=PhotonAdminProxyService.BatchDisassociateUserStack

BatchDisassociateUserStack

POST/#X-Amz-Target=PhotonAdminProxyService.CopyImage

CopyImage

POST/#X-Amz-Target=PhotonAdminProxyService.CreateAppBlock

CreateAppBlock

POST/#X-Amz-Target=PhotonAdminProxyService.CreateApplication

CreateApplication

POST/#X-Amz-Target=PhotonAdminProxyService.CreateDirectoryConfig

CreateDirectoryConfig

POST/#X-Amz-Target=PhotonAdminProxyService.CreateEntitlement

CreateEntitlement