mcp einvoicing be for Cursor
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:Cursor
transport:stdio
runtime:pypi
Install mcp einvoicing be in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-einvoicing-be": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-einvoicing-be"
],
"env": {
"BCE_API_KEY": "<BCE_API_KEY>",
"PEPPOL_ENV": "<PEPPOL_ENV>",
"LOG_LEVEL": "<LOG_LEVEL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs