Skip to content
Zed

pop mcp for Zed

io.github.popapidev/pop-mcp

Italian e-invoicing (FatturaPA/SdI), Peppol, PDF invoice generation, and account onboarding via POP

client:Zed transport:stdio runtime:npm

Install pop mcp in Zed

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

{
  "context_servers": {
    "pop-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@getpopapi/pop-mcp"
      ]
    }
  }
}

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

pop mcp in other clients