blank invoice maker for VS Code
io.github.innarm/blank-invoice-maker
Create free invoices from your AI assistant via a pre-filled blankinvoicemaker.com link.
client:VS Code
transport:stdio
runtime:npm
Install blank invoice maker in VS Code
.vscode/mcp.json
{
"servers": {
"blank-invoice-maker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"blank-invoice-maker-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs