Skip to content
Cursor

pop mcp for Cursor

io.github.popapidev/pop-mcp

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

client:Cursor transport:stdio runtime:npm

Install pop mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

pop mcp in other clients