heu-mcp
About
HEU Legal e-signature MCP: manage HEU documents and PDFs, prompt signers, download PDFs.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
HEU_API_KEY HEU_BASE_URL HEU_DOWNLOAD_DIRClaude Code
claude mcp add --env HEU_API_KEY= --env HEU_BASE_URL= --env HEU_DOWNLOAD_DIR= heu-mcp -- uvx heu-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"heu-mcp","command":"uvx","args":["heu-mcp"],"env":{"HEU_API_KEY":"","HEU_BASE_URL":"","HEU_DOWNLOAD_DIR":""}}'
JSON
{
"mcpServers": {
"heu-mcp": {
"command": "uvx",
"args": [
"heu-mcp"
],
"env": {
"HEU_API_KEY": "",
"HEU_BASE_URL": "",
"HEU_DOWNLOAD_DIR": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.