Best for
- Developers building AI agents that require human supervision
- Teams wanting to implement approval processes in AI workflows
- Scenarios needing a customizable approval UI
The gotoHuman MCP server provides a secure, controlled way to incorporate human approvals into AI workflows, simplifying the oversight of AI agents.
The gotoHuman MCP server enables AI agents and agentic workflows to request human approvals via MCP. It provides a fully managed, async human-in-the-loop workflow with a customizable approval UI, built-in auth, webhooks, notifications, and team features. This server acts as a bridge between AI systems and human reviewers, enabling human oversight of AI outputs.
Install using npx: npx @gotohuman/mcp-server. Configure your MCP client (e.g., Cursor, Claude, Windsurf) by adding an environment variable GOTOHUMAN_API_KEY with your API key. For local development, install dependencies with npm install, build with npm run build, and run as a local server using node /path/to/build/index.js.
{
"mcpServers": {
"gotoHuman": {
"command": "npx",
"args": [
"-y",
"@gotohuman/mcp-server"
],
"env": {
"GOTOHUMAN_API_KEY": "your-api-key"
}
}
}
}