Skip to content
Grok

Professional Invoice Generator for Grok

io.github.amehiny/invoice-generator

Free invoice generator — create pre-filled invoice URLs with taxes, discounts, and 14 languages.

client:Grok transport:stdio runtime:npm

Install Professional Invoice Generator in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "invoice-generator": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "invoice-generator-mcp"
      ]
    }
  }
}

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

Professional Invoice Generator in other clients