Skip to content
Cursor

Faktuj MCP for Cursor

io.github.dpozimski/faktuj-mcp

Generate Polish VAT invoices (Faktura VAT) as PDF

client:Cursor transport:stdio runtime:npm

Install Faktuj MCP in Cursor

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

{
  "mcpServers": {
    "faktuj-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "faktuj-mcp"
      ]
    }
  }
}

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

Faktuj MCP in other clients