Skip to content
Cursor

heu mcp for Cursor

io.github.lucav21/heu-mcp

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

client:Cursor transport:stdio runtime:pypi

Install heu mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

heu mcp in other clients