Skip to content

Invoicetronic MCP Server for Zed

io.github.fgasparetto/invoicetronic-mcp

MCP server for Italian electronic invoicing (SDI) via Invoicetronic API

client:Zed transport:stdio runtime:pypi

Install Invoicetronic MCP Server 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": {
    "invoicetronic-mcp": {
      "command": "uvx",
      "args": [
        "invoicetronic-mcp"
      ],
      "env": {
        "INVOICETRONIC_API_KEY": "<INVOICETRONIC_API_KEY>"
      }
    }
  }
}

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

Invoicetronic MCP Server in other clients