npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

spendlog

v1.0.4

Published

Track expenses, income & invoices in Claude — MCP server with budgets, PDF invoices, CSV/DATEV export

Readme

Spendlog

Expense tracking for freelancers, inside Claude. No apps. No spreadsheets.

Track expenses, send invoices, manage budgets — all in natural language. Your data stays local in SQLite.

Quick Start

npx spendlog

Or one-click install:

Install in VS Code Install in Cursor

The installer auto-configures Claude Desktop and Claude Code. Restart Claude, then try:

"Track 50€ for hosting"

That's it. Requires Node.js 20+.

Why Spendlog?

  • Zero context-switching — track expenses while you work, right where you already are
  • Local-first — all data in ~/.spendlog/spendlog.db, no account needed
  • Natural language — no forms, no menus, just tell Claude what you spent
  • 42 tools — not a toy: invoicing, budgets, recurring expenses, tax export, multi-project tracking

Examples

Tracking:

You: "29€ for ChatGPT subscription"
Claude: Expense saved: 29.00 € — Category: IT & Software

You: "Export 2025 for my accountant"
Claude: 247 transactions written to ~/spendlog-export-2025.csv

Invoices:

You: "Create invoice for TechCorp, web development, 8h at 95€/h"
Claude: Invoice #2026-004 created — 760.00 € — PDF saved

You: "Mark it as paid"
Claude: Invoice #2026-004 marked as paid, income recorded.

Analysis:

You: "How much did I spend on software this quarter?"
Claude: IT & Software: 287.00 € (12 transactions) — 23% of total expenses

You: "Compare January vs February"
Claude: Expenses up 15%. Biggest increase: Marketing (+120€)

Tools

42 tools across 9 categories:

| Category | Tools | |----------|-------| | Transactions | add_expense add_income list_transactions update_transaction delete_transaction | | Analysis | get_summary get_category_breakdown compare_periods get_tax_summary | | Invoices | create_invoice list_invoices get_invoice mark_invoice_sent mark_invoice_paid duplicate_invoice | | Budgets | set_budget get_budget_status list_budgets update_budget delete_budget | | Recurring | create_recurring list_recurring delete_recurring process_recurring | | Projects | create_project list_projects rename_project delete_project | | Categories | list_categories add_category delete_category | | Export | export_transactions export_invoices export_for_tax_advisor | | Sync & Settings | connect disconnect sync_now get_profile set_profile and more |

Configuration

Claude Desktop — edit your config file:

{
  "mcpServers": {
    "spendlog": {
      "command": "npx",
      "args": ["-y", "--package=spendlog", "spendlog-mcp"]
    }
  }
}

Claude Code:

claude mcp add spendlog -- npx -y --package=spendlog spendlog-mcp

Environment variables

| Variable | Description | Default | |----------|-------------|---------| | SPENDLOG_LANGUAGE | en or de | en | | SPENDLOG_DATA_DIR | Data directory path | ~/.spendlog | | SPENDLOG_PROJECT | Default project for all transactions | none |

Privacy

All data stays on your machine. Cloud sync via spendlog.dev is opt-in.

Note: Spendlog is a tracker, not accounting software. Use it for personal insights, not official bookkeeping.

Development

git clone https://github.com/makz81/spendlog.git
cd spendlog
npm install
npm run dev

See CONTRIBUTING.md for architecture details and how to add new tools.

License

MIT