Skip to content
Cursor

TILL for Cursor

io.github.tillbooks/tillbooks

Swiss accounting your agent can actually use: the TILL ledger over MCP.

client:Cursor transport:stdio runtime:npm

Install TILL 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": {
    "tillbooks": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "tillbooks"
      ],
      "env": {
        "TILL_DB_PATH": "<TILL_DB_PATH>",
        "TILL_SUPPORT_DIR": "<TILL_SUPPORT_DIR>"
      }
    }
  }
}

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

TILL in other clients