Skip to content
MCP-Bridge
Cloud Infrastructure

Amazon WorkSpaces MCP Config

<fullname>Amazon WorkSpaces Service</fullname> <p>Amazon WorkSpaces enables you to provision virtual, cloud-based Microsoft Windows or Amazon Linux desktops for your users, known as <i>WorkSpaces</i>. WorkSpaces eliminates the need to procure and deploy hardware or install complex software. You can

Config URL

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

https://mcp-bridge.pages.dev/config/amazonaws-com-workspaces.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/amazonaws-com-workspaces.json to fetch programmatically.

{
  "mcpServers": {
    "amazonaws-com-workspaces": {
      "command": "npx",
      "args": ["-y","@mcp/amazonaws-com-workspaces"],
      "env": {
      "AMAZON_WORKSPACES_API_KEY": "your_amazon_workspaces_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://mcp-bridge.pages.dev/config/amazonaws-com-workspaces.json

Environment Variables

AMAZON_WORKSPACES_API_KEY

Replace your_amazon_workspaces_api_key with your actual amazon workspaces api key

Endpoints

POST/#X-Amz-Target=WorkspacesService.AssociateConnectionAlias

AssociateConnectionAlias

POST/#X-Amz-Target=WorkspacesService.AssociateIpGroups

AssociateIpGroups

POST/#X-Amz-Target=WorkspacesService.AuthorizeIpRules

AuthorizeIpRules

POST/#X-Amz-Target=WorkspacesService.CopyWorkspaceImage

CopyWorkspaceImage

POST/#X-Amz-Target=WorkspacesService.CreateConnectClientAddIn

CreateConnectClientAddIn

POST/#X-Amz-Target=WorkspacesService.CreateConnectionAlias

CreateConnectionAlias

POST/#X-Amz-Target=WorkspacesService.CreateIpGroup

CreateIpGroup

POST/#X-Amz-Target=WorkspacesService.CreateStandbyWorkspaces

CreateStandbyWorkspaces

POST/#X-Amz-Target=WorkspacesService.CreateTags

CreateTags

POST/#X-Amz-Target=WorkspacesService.CreateUpdatedWorkspaceImage

CreateUpdatedWorkspaceImage