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.
Overview
Blank Invoice Maker is a free, no-signup invoice generator. This MCP server lets your AI assistant create invoices with it.
Ask your assistant to make an invoice and it returns a link that opens blankinvoicemaker.com fully pre-filled — review and download a watermark-free PDF. Your invoice data never leaves your browser.
Tools
list_templates— list the available invoice templatescreate_invoice— build an invoice and return a pre-filled link
Repo: https://github.com/InnarM/blank-invoice-maker-mcp · npm: blank-invoice-maker-mcp
Server Config
{
"mcpServers": {
"blank-invoice-maker": {
"command": "npx",
"args": [
"-y",
"blank-invoice-maker-mcp"
]
}
}
}