Skip to content
Cursor

tallystick for Cursor

com.tally-stick/tallystick

Read, validate and write e-invoices on your own machine. XRechnung, ZUGFeRD, Factur-X, UBL, CII.

client:Cursor transport:stdio runtime:pypi

Install tallystick in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "tallystick": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "tallystick-mcp"
      ],
      "env": {
        "TALLYSTICK_LICENSE_KEY": "<TALLYSTICK_LICENSE_KEY>",
        "TALLYSTICK_TEMPLATES": "<TALLYSTICK_TEMPLATES>"
      }
    }
  }
}

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

tallystick in other clients