Skip to main content
Other Tools and IntegrationsTypeScript

olalonde/mcp-human

When your LLM needs human assistance (through AWS Mechanical Turk)

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/olalonde/mcp-human

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-human": {
      "command": "npx",
      "args": [
        "-y",
        "olalonde/mcp-human"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
olalonde