Blank Invoice Maker
About
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.
Details
- Author
- InnarM
- Downloads
- 369
- Categories
- Finance, Productivity
Jump to
- Free to use, no signup required
- AI generates a pre-filled invoice link
- Invoice data stays in your browser
- Watermark-free PDF download
- List and use multiple invoice templates
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Blank Invoice MakerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the blank-invoice-maker-mcp package via npm and configure it as an MCP server in your AI client (e.g., Claude). Ask your assistant to create an invoice; it will use the create_invoice tool and return a pre-filled URL. You can also use list_templates to see available invoice designs.
list_templates
List the industry-specific invoice templates available on Blank Invoice Maker (https://blankinvoicemaker.com). Returns each template's slug, name, description, and page URL. Use this to discover templates; build a custom invoice with create_invoice.
create_invoice
Create a professional invoice and return a link that opens it — fully pre-filled — in the free Blank Invoice Maker editor (https://blankinvoicemaker.com). No signup, no watermark. The user opens the link to review and download the PDF; all invoice data stays in their browser (it travels in the link's URL fragment and is never sent to a server).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"blank invoice maker": {
"blank-invoice-maker": {
"command": "npx",
"args": [
"-y",
"blank-invoice-maker-mcp"
]
}
}
}
}
McpServers
{
"blank-invoice-maker": {
"command": "npx",
"args": [
"-y",
"blank-invoice-maker-mcp"
]
}
}
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 templates
- create_invoice — build an invoice and return a pre-filled link
Repo: https://github.com/InnarM/blank-invoice-maker-mcp · npm: blank-invoice-maker-mcp
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



