Back to MCP Servers
🔌

@iiatlas/hledger-mcp

MIT

📇 🏠 🍎 🪟 - Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local accounting journals.

TypeScriptAI & LLMs

Install

npx -y @iiatlas/hledger-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "iiatlas-hledger-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@iiatlas/hledger-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.