@iiatlas/hledger-mcp
Double entry plain text accounting, right in your LLM! This MCP enables comprehensive read, and (optional) write access to your local [HLedger](https://hledger.org/) accounting journals.
Quick Start
Clone the repository:
git clone https://github.com/iiAtlas/hledger-mcpClaude Desktop configuration example:
{
"mcpServers": {
"hledger-mcp": {
"command": "npx",
"args": [
"-y",
"@iiatlas/hledger-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.