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
{
"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