theYahia/facturapi-mcp
MCP server for Facturapi — Mexican e-invoicing, CFDI (Mexico)
Platform-specific configuration:
{
"mcpServers": {
"facturapi-mcp": {
"command": "npx",
"args": [
"-y",
"facturapi-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for Facturapi Mexican e-invoicing (CFDI).
| Tool | Description | |---|---| | create_invoice | Create a CFDI invoice | | list_invoices | List invoices with filters | | get_invoice | Get invoice by ID | | cancel_invoice | Cancel an invoice | | create_customer | Create a customer | | list_customers | List customers | | create_product | Create a product | | list_products | List products | | download_pdf | Download invoice PDF | | download_xml | Download invoice XML |
{
"mcpServers": {
"facturapi": {
"command": "npx",
"args": ["-y", "@theyahia/facturapi-mcp"],
"env": {
"FACTURAPI_KEY": "<YOUR_FACTURAPI_KEY>"
}
}
}
}| Variable | Required | Description | |---|---|---| | FACTURAPI_KEY | Yes | API key from Facturapi dashboard |
MIT
Loading reviews...