Skip to content
Cursor

Invoice Studio for Cursor

io.github.vijayst/invoice-studio

Edit Markdown invoice templates, generate PDFs, and inspect preview PNGs.

client:Cursor transport:stdio runtime:npm

Install Invoice Studio in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Invoice Studio in other clients