Back to directory
minhyeoky/mcp-server-ledger

minhyeoky/mcp-server-ledger

@minhyeoky

A Model Context Protocol server for interacting with Ledger CLI, a powerful double-entry accounting system.

ledgeraccountingfinanceclidouble-entryfinancial-analysismcp

Installation & Configuration

{
  "mcpServers": {
    "ledger": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "mcp",
        "run",
        "main.py"
      ],
      "env": {
        "LEDGER_FILE": "/path/to/your/ledger.ledger"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/12
Updated
2026/6/13