Facture Électronique France for VS Code
io.github.cmendezs/mcp-facture-electronique-fr
MCP server for French e-invoicing (XP Z12-013). Manages invoices, validation and compliance.
client:VS Code
transport:stdio
runtime:pypi
Install Facture Électronique France in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-facture-electronique-fr": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-facture-electronique-fr"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs