Odel
invoiceflow mcp

invoiceflow mcp

Local
@enzoemir1TypeScriptMITUpdated 1mo ago

AI-powered invoice automation. Create invoices, track payments, and manage cash flow.

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

npminvoiceflow-mcp-serverv1.4.0

Run

npx -y invoiceflow-mcp-server

MCP client config

{
  "mcpServers": {
    "invoiceflow-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "invoiceflow-mcp-server"
      ]
    }
  }
}