Skip to content
Zed

eqvitta mcp for Zed

io.github.eqvitta/eqvitta-mcp

Eqvitta MCP: GST billing, ledgers, invoices, stock and financial reports for Claude.

client:Zed transport:stdio runtime:npm

Install eqvitta 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": {
    "eqvitta-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eqvitta-mcp"
      ],
      "env": {
        "EQVITTA_API_KEY": "<EQVITTA_API_KEY>"
      }
    }
  }
}

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

eqvitta mcp in other clients