TaxHacker (MCP Server)

GitHub

Self-hosted AI accounting app. LLM analyzer for receipts, invoices, transactions with custom prompts and categories

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "TaxHacker": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-TaxHacker"
      ]
    }
  }
}