サーバー
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.
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"blank-invoice-maker": {
"command": "npx",
"args": [
"-y",
"blank-invoice-maker-mcp"
]
}
}
}