Skip to content

fattureincloud mcp for Zed

io.github.aringad/fattureincloud-mcp

Italian e-invoicing with Fatture in Cloud. Create, send to SDI, manage clients.

client:Zed transport:stdio runtime:pypi

Install fattureincloud mcp 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": {
    "fattureincloud-mcp": {
      "command": "uvx",
      "args": [
        "fattureincloud-mcp"
      ],
      "env": {
        "FIC_ACCESS_TOKEN": "<FIC_ACCESS_TOKEN>",
        "FIC_COMPANY_ID": "<FIC_COMPANY_ID>",
        "FIC_SENDER_EMAIL": "<FIC_SENDER_EMAIL>"
      }
    }
  }
}

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

fattureincloud mcp in other clients