Invoice Studio

Invoice Studio

Local
@vijaystJavaScriptUpdated 4 days ago

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).

npm@vijayst/invoice-studiov1.0.0

Run

npx -y @vijayst/invoice-studio

MCP client config

{
  "mcpServers": {
    "invoice-studio": {
      "command": "npx",
      "args": [
        "-y",
        "@vijayst/invoice-studio"
      ]
    }
  }
}