MCP E-Invoicing Core for VS Code
io.github.cmendezs/mcp-einvoicing-core
Base package for e-invoicing MCP servers. Compliance logic and signing keys stay with you.
client:VS Code
transport:stdio
runtime:pypi
Install MCP E-Invoicing Core in VS Code
.vscode/mcp.json
{
"servers": {
"mcp-einvoicing-core": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-einvoicing-core"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs