money-books

NickDriver/money-books
★ 0 stars C Database Updated today
Local-first, AI-native double-entry accounting for macOS — pure-C engine, SQLite, React/WKWebView UI + MCP server.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "money-books": {
      "command": "npx",
      "args": [
        "-y",
        "NickDriver/money-books"
      ]
    }
  }
}

README Excerpt

**A local-first, AI-native, double-entry accounting app for macOS.** Money Books keeps your books on *your* machine — a single SQLite file per company, a real double-entry engine written in C, and an AI assistant that works over the exact same API as the UI. No cloud account, no subscription, no telemetry. Your financial data never leaves your laptop
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →