Skip to content

mcp einvoicing be for Zed

io.github.cmendezs/mcp-einvoicing-be

Belgian e-invoicing MCP server: Peppol BIS 3.0, UBL 2.1, EU PINT v1.0.1, Mercurius.

client:Zed transport:stdio runtime:pypi

Install mcp einvoicing be in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mcp-einvoicing-be": {
      "command": "uvx",
      "args": [
        "mcp-einvoicing-be"
      ],
      "env": {
        "BCE_API_KEY": "<BCE_API_KEY>",
        "PEPPOL_ENV": "<PEPPOL_ENV>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

mcp einvoicing be in other clients