MCP server for Billit (Belgian e-invoicing & Peppol) — works with Claude, Gemini and ChatGPT. One-click deploy to Cloudflare Workers.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"billit-mcp": {
"command": "npx",
"args": [
"-y",
"eltyBelgium/billit-mcp"
]
}
}
}
Run in terminal:
claude mcp add billit-mcp npx -y eltyBelgium/billit-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"billit-mcp": {
"command": "npx",
"args": [
"-y",
"eltyBelgium/billit-mcp"
]
}
}
}