Skip to content

invovate mcp server for Zed

io.github.lightspeedplusone/invovate-mcp-server

AI-agent invoice generator: PDF, JSON & UBL in 11 languages via the Invovate API.

client:Zed transport:stdio runtime:npm

Install invovate 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": {
    "invovate-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "invovate-mcp-server"
      ],
      "env": {
        "INVOVATE_API_KEY": "<INVOVATE_API_KEY>",
        "INVOVATE_API_BASE": "<INVOVATE_API_BASE>"
      }
    }
  }
}

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

invovate mcp server in other clients