> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gotohuman.com/llms.txt
> Use this file to discover all available pages before exploring further.

# MCP server

> Use our MCP server to request human approvals from your AI workflows via MCP or add it to your IDE to help with integration.

### Usage

Use with Cursor / Claude / Windsurf

```
{
  "mcpServers": {
    "gotoHuman": {
      "command": "npx",
      "args": [
        "-y",
        "@gotohuman/mcp-server"
      ],
      "env": {
        "GOTOHUMAN_API_KEY": "your-api-key"
      }
    }
  }
}
```

[<img src="https://mintcdn.com/gotohuman/V7vXOF0y9-ASap_X/images/deeplink/mcp-install-dark.svg?fit=max&auto=format&n=V7vXOF0y9-ASap_X&q=85&s=8974347474cef7a14c192f24498bd33e" alt="Install MCP Server" width="126" height="28" data-path="images/deeplink/mcp-install-dark.svg" />](cursor://anysphere.cursor-deeplink/mcp/install?name=gotoHuman\&config=eyJjb21tYW5kIjoibnB4IC15IEBnb3RvaHVtYW4vbWNwLXNlcnZlciIsImVudiI6eyJHT1RPSFVNQU5fQVBJX0tFWSI6InlvdXItYXBpLWtleSJ9fQ==)

### Repo

Find more details in our repo

[https://github.com/gotohuman/gotohuman-mcp-server](https://github.com/gotohuman/gotohuman-mcp-server)
