Skip to content
MCP-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://mcp-bridge.pages.dev/config/amazonaws-com-workdocs.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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