Skip to content
Grok

hilan mcp for Grok

io.github.udah1/hilan-mcp

Pull Hilan (Hilanet / חילן, חילנט) payslips and Form 106 into any AI assistant.

client:Grok transport:stdio runtime:npm

Install hilan 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": {
    "hilan-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "hilan-mcp"
      ],
      "env": {
        "COMPANY_URL": "<COMPANY_URL>",
        "COMPANY_TENANT": "<COMPANY_TENANT>",
        "COMPANY_CODE": "<COMPANY_CODE>",
        "HILAN_DB_KEY": "<HILAN_DB_KEY>",
        "NODE_EXTRA_CA_CERTS": "<NODE_EXTRA_CA_CERTS>"
      }
    }
  }
}

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

hilan mcp in other clients