Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Amazon WorkDocs MCP Config

<p>The Amazon WorkDocs API is designed for the following use cases:</p> <ul> <li> <p>File Migration: File migration applications are supported for users who want to migrate their files from an on-premises or off-premises file system or service. Users can insert files into a user directory structure,

Config URL

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

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

Cursor

Settings → MCP Servers → Add

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

VS Code

Use with MCP extension

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

Configuration JSON

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

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

Environment Variables

AMAZON_WORKDOCS_API_KEY

Replace your_amazon_workdocs_api_key with your actual amazon workdocs api key

Endpoints

GET/api/v1/documents/{DocumentId}/versions/{VersionId}

GetDocumentVersion

DELETE/api/v1/documents/{DocumentId}/versions/{VersionId}

AbortDocumentVersionUpload

PATCH/api/v1/documents/{DocumentId}/versions/{VersionId}

UpdateDocumentVersion

POST/api/v1/users/{UserId}/activation

ActivateUser

DELETE/api/v1/users/{UserId}/activation

DeactivateUser

GET/api/v1/resources/{ResourceId}/permissions

DescribeResourcePermissions

POST/api/v1/resources/{ResourceId}/permissions

AddResourcePermissions

DELETE/api/v1/resources/{ResourceId}/permissions

RemoveAllResourcePermissions

POST/api/v1/documents/{DocumentId}/versions/{VersionId}/comment

CreateComment

PUT/api/v1/resources/{ResourceId}/customMetadata

CreateCustomMetadata