← Back to Plugins
MCP Server MCP

Professional Invoice Generator

github By github 👁 1 views ▲ 0 votes

Free invoice generator — create pre-filled invoice URLs with taxes, discounts, and 14 languages.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "invoice-generator-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "npm",
      "identifier": "invoice-generator-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "streamable-http",
        "url": "https://professionalinvoicegenerator.com/api/mcp"
      }
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...