Skip to content

MCP E-Invoicing Core for Zed

io.github.cmendezs/mcp-einvoicing-core

Base package for e-invoicing MCP servers. Compliance logic and signing keys stay with you.

client:Zed transport:stdio runtime:pypi

Install MCP E-Invoicing Core in Zed

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

{
  "context_servers": {
    "mcp-einvoicing-core": {
      "command": "uvx",
      "args": [
        "mcp-einvoicing-core"
      ]
    }
  }
}

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

MCP E-Invoicing Core in other clients