minhyeoky/mcp-server-ledger
A ledger-cli integration for managing financial transactions and generating reports.
Quick Start
Clone the repository:
git clone https://github.com/minhyeoky/mcp-server-ledgerClaude Desktop configuration example:
{
"mcpServers": {
"mcp-server-ledger": {
"command": "npx",
"args": [
"-y",
"minhyeoky/mcp-server-ledger"
]
}
}
}Check the repository README for specific installation and configuration instructions.