gotohuman-mcp-server

This repository provides an MCP server enabling AI agents to request human reviews via gotoHuman, facilitating content review, action approval, and input gathering through an async webhook workflow.

31
1

gotoHuman MCP Server

Let your AI agents ask for human reviews in gotoHuman via MCP. Review AI-generated content, approve critical actions, or provide input. An async webhook-based workflow for autonomous agents and AI automations.

Demo

This demo shows Cursor on the left, but this could be a background agent reacting to the approval webhook to add an item to your list of newsletter ideas.

Tools

  • list-forms: Lists all available review forms with high-level information about the added fields.
  • get-form-schema: Retrieves the schema for a specific form using its formId. Returns the schema, including fields and their configurations.
  • request-human-review-with-form: Requests a human review. Requires formId, fieldData (content and configuration fetched using get-form-schema), optional metadata for the webhook response, and an optional list of assignToUsers emails. Returns a link to the review in gotoHuman.

Use in MCP client

Cursor or Claude

{
  "mcpServers": {
    "gotoHuman": {
      "command": "node",
      "args": ["/<absolute-path>/build/index.js"],
      "env": {
        "GOTOHUMAN_API_KEY": "your-api-key"
      }
    }
  }
}

[!NOTE]
For Windows, the args path needs to be C:\\<absolute-path>\\build\\index.js

Repository

GO
gotohuman

gotohuman/gotohuman-mcp-server

Created

March 21, 2025

Updated

March 27, 2025

Language

TypeScript

Category

Productivity