Edit Markdown invoice templates, generate PDFs, and inspect preview PNGs.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @vijayst/invoice-studio
MCP client config
{
"mcpServers": {
"invoice-studio": {
"command": "npx",
"args": [
"-y",
"@vijayst/invoice-studio"
]
}
}
}