lunchmoney-mcp-server-oauth

Squixx/lunchmoney-mcp-server-oauth
★ 0 stars JavaScript AI/LLM Updated 8d ago
Self-hostable remote MCP server for Lunch Money with built-in OAuth 2.1 — works with claude.ai custom connectors (mobile/web/desktop), no third-party token custody
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "lunchmoney-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "Squixx/lunchmoney-mcp-server-oauth"
      ]
    }
  }
}