Skip to content
MCP-BridgeMCP-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://mcpbridge.org/config/amazonaws-com-workspaces.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-workspaces": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-workspaces"
      ],
      "env": {
        "AMAZON_WORKSPACES_API_KEY": "your_amazon_workspaces_api_key"
      }
    }
  }
}

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

Use curl https://mcpbridge.org/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://mcpbridge.org/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