Back to Apps

Invoice MCP Server
by kmexnx
Professional invoice generation server that creates PDFs and sends them via email automatically.
0 stars
Works in:claude
Exposes:Tools
What it does
Invoice MCP Server provides AI agents with the ability to generate professional business invoices. It handles the entire workflow from data input to PDF rendering and email delivery, removing the need for manual document creation.
Tools
create_invoice_pdf: Generates a professional PDF invoice based on client and item data.send_invoice_email: Sends a generated invoice directly to a recipient's email address.get_invoice_template: Returns the structure of the current invoice template for reference.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"invoice-server": {
"command": "npx",
"args": ["invoice-mcp-server"],
"env": {
"OUTPUT_DIR": "/your/path/invoices",
"SMTP_HOST": "smtp.gmail.com",
"SMTP_USER": "user@gmail.com",
"SMTP_PASS": "app-password"
}
}
}
}
Supported hosts
Confirmed for Claude Desktop.
Quick install
npx invoice-mcp-serverInformation
- Pricing
- free
- Published
- 7/1/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
Add npx invoice-mcp-server to config with OUTPUT_DIR and SMTP credentials.





