送信

Blank Invoice Maker

@InnarM

An MCP server for Blank Invoice Maker, the free no-signup invoice generator. Describe an invoice in plain language and it returns a link that opens the editor fully pre-filled; invoice data stays in your browser.

サーバー設定

{
  "mcpServers": {
    "blank-invoice-maker": {
      "command": "npx",
      "args": [
        "-y",
        "blank-invoice-maker-mcp"
      ]
    }
  }
}