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).
Run
npx -y invoiceflow-mcp-server
MCP client config
{
"mcpServers": {
"invoiceflow-mcp": {
"command": "npx",
"args": [
"-y",
"invoiceflow-mcp-server"
]
}
}
}