Skip to content
Grok

HumanOps for Grok

io.github.thepianistdirector/humanops

MCP server for AI agents to dispatch real-world tasks to verified human operators

client:Grok transport:stdio runtime:npm

Install HumanOps in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "humanops": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@humanops/mcp-server"
      ],
      "env": {
        "HUMANOPS_API_KEY": "<HUMANOPS_API_KEY>",
        "HUMANOPS_API_URL": "<HUMANOPS_API_URL>",
        "HUMANOPS_SANDBOX": "<HUMANOPS_SANDBOX>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

HumanOps in other clients