MCP server for Blank Invoice Maker — create free, no-signup invoices from your AI assistant. Returns a deep link that opens blankinvoicemaker.com pre-filled.
claude mcp add blank-invoice-maker-mcp -- npx -y blank-invoice-maker-mcp{
"mcpServers": {
"blank-invoice-maker-mcp": {
"command": "npx",
"args": ["-y", "blank-invoice-maker-mcp"]
}
}
}Resumen de MCP Servers
# Blank Invoice Maker — MCP Server
An [MCP](https://modelcontextprotocol.io) server that lets any AI assistant (Claude, and other MCP clients) create invoices with **[Blank Invoice Maker](https://blankinvoicemaker.com)** — the free, no-signup, no-watermark invoice generator.
Ask your assistant to make an invoice, and it returns a link that opens **[blankinvoicemaker.com](https://blankinvoicemaker.com)** with the invoice fully pre-filled, ready to review and download as a PDF.
> **Privacy by design.** The invoice data travels inside the link's URL fragment (`#invoice=…`) and is decoded entirely in your browser. Nothing is uploaded — consistent with Blank Invoice Maker's no-account, no-server-storage model.
## Tools
| Tool | What it does |
| --- | --- |
| `list_templates` | Lists the industry invoice templates available at [blankinvoicemaker.com/templates](https://blankinvoicemaker.com/templates) (slug, name, description, URL). |
| `create_invoice` | Builds an invoice from your details and returns a pre-filled [blankinvoicemaker.com](https://blankinvoicemaker.com) link to review and download. |
### `create_invoice` example
> *"Invoice Globex LLC for 10 hours of design at $90/hr and one $120 hosting setup, net 14, in GBP."*
The assistant calls `create_invoice` with:
```json
{
"business": { "name": "Acme Studio", "email": "hi@acme.studio" },
"client": { "name": "Globex LLC", "email": "ap@globex.com" },
"items": [
{ "description": "Design work", "quantity": 10, "unitPrice": 90, "unit": "hours" },
{ "description": "Hosting setup", "quantity": 1, "unitPrice": 120 }
],
"currency": "GBP",
"paymentTerms": "Net 14"
}
```
…and returns a `https://blankinvoicemaker.com/#invoice=…` link that opens the editor pre-filled.
## Installation
Requires Node.js 18+.
### Claude Desktop
Add to your `claude_desktop_config.json`:
```json
{
"mcpServers": {
"blank-invoice-maker": {
"command": "npx",
"args": ["-y", "blank-invoice-maker-mcp"]
}
}
}
```
### Other MCP clients
Run the server over stdio:
```bash
npx -y blank-invoice-maker-mcp
```
## How it works
`create_invoice` maps your input into the invoice structure used by [blankinvoicemaker.com](https://blankinvoicemaker.com), compresses it with [`lz-string`](https://github.com/pieroxy/lz-string), and appends it to the site URL as a `#invoice=` fragment. Opening the link hydrates the editor in your browser — no signup, no watermark, no data leaving your machine.
## Development
```bash
npm install
npm run build # compile TypeScript to dist/
npm test # build + run the unit tests
npm start # run the server over stdio
```
### Keeping templates in sync
`src/templates-data.ts` is generated from the Blank Invoice Maker template registry:
```bash
BIM_APP_DIR=/path/to/blank-invoice-maker npm run generate:templates
```
## Links
- **App:** https://blankinvoicemaker.com
- **Templates:** https://blankinvoicemaker.com/templates
- **Model Context Protocol:** https://modelcontextprotocol.io
## License
[MIT](./LICENSE) © [Blank Invoice Maker](https://blankinvoicemaker.com)
Lo que la gente pregunta sobre blank-invoice-maker-mcp
¿Qué es InnarM/blank-invoice-maker-mcp?
+
InnarM/blank-invoice-maker-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Blank Invoice Maker — create free, no-signup invoices from your AI assistant. Returns a deep link that opens blankinvoicemaker.com pre-filled. Tiene 0 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala blank-invoice-maker-mcp?
+
Puedes instalar blank-invoice-maker-mcp clonando el repositorio (https://github.com/InnarM/blank-invoice-maker-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar InnarM/blank-invoice-maker-mcp?
+
InnarM/blank-invoice-maker-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene InnarM/blank-invoice-maker-mcp?
+
InnarM/blank-invoice-maker-mcp es mantenido por InnarM. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a blank-invoice-maker-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega blank-invoice-maker-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/innarm-blank-invoice-maker-mcp)<a href="https://claudewave.com/repo/innarm-blank-invoice-maker-mcp"><img src="https://claudewave.com/api/badge/innarm-blank-invoice-maker-mcp" alt="Featured on ClaudeWave: InnarM/blank-invoice-maker-mcp" width="320" height="64" /></a>Más MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
⭐AI-driven public opinion & trend monitor with multi-platform aggregation, RSS, and smart alerts.🎯 告别信息过载,你的 AI 舆情监控助手与热点筛选工具!聚合多平台热点 + RSS 订阅,支持关键词精准筛选。AI 智能筛选新闻 + AI 翻译 + AI 分析简报直推手机,也支持接入 MCP 架构,赋能 AI 自然语言对话分析、情感洞察与趋势预测等。支持 Docker ,数据本地/云端自持。集成微信/飞书/钉钉/Telegram/邮件/ntfy/bark/slack 等渠道智能推送。