blank invoice maker for Cursor
io.github.innarm/blank-invoice-maker
Create free invoices from your AI assistant via a pre-filled blankinvoicemaker.com link.
client:Cursor
transport:stdio
runtime:npm
Install blank invoice maker in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"blank-invoice-maker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"blank-invoice-maker-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs