Expense-Assistant-Mcp

AdmiJW/Expense-Assistant-Mcp
★ 0 stars TypeScript 📦 Other Updated today
MCP Server - Expense Assistant Mcp, intended for use by OpenClaw / Hermes
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "expense-assistant-mc": {
      "command": "npx",
      "args": [
        "-y",
        "AdmiJW/Expense-Assistant-Mcp"
      ]
    }
  }
}