ledger

sebastian-skipwith/ledger
★ 0 stars TypeScript AI/LLM Updated 3d ago
Personal finance platform with AI advisor, persisten desktop HUD, Plaid integration, and 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": {
    "ledger": {
      "command": "npx",
      "args": [
        "-y",
        "sebastian-skipwith/ledger"
      ]
    }
  }
}

README Excerpt

A full-stack personal finance platform with persistent desktop HUD, AI-powered money management, multi-device widgets, and an MCP server for AI agent integration. ``` ledger/ ├── backend/ # Node.js + FastAPI API server ├── frontend/ # Next.js 15 web dashboard ├── desktop-bar/ # Tauri always-on-top overlay