Skip to main content

gotoHuman MCP server

Anthropic's Model Context Protocol (MCP) is a simple way to connect LLMs with tools.
Use our MCP server to request human approvals from your AI workflows via MCP or add it to your IDE to help with integration.

Use with Cursor / Claude / Windsurf

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

Repo

Find more details in our repo

https://github.com/gotohuman/gotohuman-mcp-server