Back to MCP Servers
Human
When your LLM needs human assistance (through AWS Mechanical Turk)
other-tools-and-integrationsawsllm
By olalonde
Installation
npx -y mcp-humanConfiguration
{
"mcpServers": {
"mcp-human": {
"command": "npx",
"args": ["-y", "mcp-human"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes