Amazon Mechanical Turk Claude Desktop Config
Add the Amazon Mechanical Turk MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your credentials in the
envsection - 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_KEYReplace your_amazon_mechanical_turk_api_key with your actual amazon mechanical turk api key
Endpoints
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.AcceptQualificationRequestAcceptQualificationRequest
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.ApproveAssignmentApproveAssignment
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.AssociateQualificationWithWorkerAssociateQualificationWithWorker
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateAdditionalAssignmentsForHITCreateAdditionalAssignmentsForHIT
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHITCreateHIT
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHITTypeCreateHITType
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateHITWithHITTypeCreateHITWithHITType
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateQualificationTypeCreateQualificationType
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.CreateWorkerBlockCreateWorkerBlock
POST
/#X-Amz-Target=MTurkRequesterServiceV20170117.DeleteHITDeleteHIT