InvoiceXML MCP Server for global invoice compliance: Factur-X, ZUGFeRD, XRechnung, CII and Peppol BIS Billing 3.0 UBL
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"invoicexml-mcp": {
"command": "npx",
"args": [
"-y",
"InvoiceXML/invoicexml-mcp"
]
}
}
}
Run in terminal:
claude mcp add invoicexml-mcp npx -y InvoiceXML/invoicexml-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"invoicexml-mcp": {
"command": "npx",
"args": [
"-y",
"InvoiceXML/invoicexml-mcp"
]
}
}
}