Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon WorkLink MCP Config

Amazon WorkLink is a cloud-based service that provides secure access to internal websites and web apps from iOS and Android phones. In a single step, your users, such as employees, can access internal websites as efficiently as they access any other public website. They enter a URL in their web brow

Config URL

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

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

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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

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

Environment Variables

AMAZON_WORKLINK_API_KEY

Replace your_amazon_worklink_api_key with your actual amazon worklink api key

Endpoints

POST/associateDomain

AssociateDomain

POST/associateWebsiteAuthorizationProvider

AssociateWebsiteAuthorizationProvider

POST/associateWebsiteCertificateAuthority

AssociateWebsiteCertificateAuthority

POST/createFleet

CreateFleet

POST/deleteFleet

DeleteFleet

POST/describeAuditStreamConfiguration

DescribeAuditStreamConfiguration

POST/describeCompanyNetworkConfiguration

DescribeCompanyNetworkConfiguration

POST/describeDevice

DescribeDevice

POST/describeDevicePolicyConfiguration

DescribeDevicePolicyConfiguration

POST/describeDomain

DescribeDomain