Skip to content
Grok

heu mcp for Grok

io.github.lucav21/heu-mcp

HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.

client:Grok transport:stdio runtime:pypi

Install heu mcp 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": {
    "heu-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "heu-mcp"
      ],
      "env": {
        "HEU_API_KEY": "<HEU_API_KEY>",
        "HEU_BASE_URL": "<HEU_BASE_URL>",
        "HEU_DOWNLOAD_DIR": "<HEU_DOWNLOAD_DIR>"
      }
    }
  }
}

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

heu mcp in other clients