Skip to content
MCP-Bridge
Developer Tools

Amazon Mechanical Turk Claude Desktop Config

Add the Amazon Mechanical Turk MCP server to Claude Desktop with this ready-to-use configuration.

Setup Instructions

  1. Open Claude Desktop
  2. Go to Settings → Developer → Edit Config → claude_desktop_config.json
  3. Paste the JSON below into the file
  4. Set your credentials in the env section
  5. Restart Claude Desktop

Configuration JSON

Copy the entire block into your claude_desktop_config.json

{
  "mcpServers": {
    "amazonaws-com-mturk-requester": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp/amazonaws-com-mturk-requester"
      ],
      "env": {
        "AMAZON_MECHANICAL_TURK_API_KEY": "your_amazon_mechanical_turk_api_key"
      }
    }
  }
}

Environment Variables

AMAZON_MECHANICAL_TURK_API_KEY

Replace your_amazon_mechanical_turk_api_key with your actual amazon mechanical turk api key

Endpoints

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.AcceptQualificationRequest

AcceptQualificationRequest

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.ApproveAssignment

ApproveAssignment

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.AssociateQualificationWithWorker

AssociateQualificationWithWorker

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateAdditionalAssignmentsForHIT

CreateAdditionalAssignmentsForHIT

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHIT

CreateHIT

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHITType

CreateHITType

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHITWithHITType

CreateHITWithHITType

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateQualificationType

CreateQualificationType

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateWorkerBlock

CreateWorkerBlock

POST/#X-Amz-Target=MTurkRequesterServiceV20170117.DeleteHIT

DeleteHIT