iiAtlas/hledger-mcp
A local MCP server for interacting with the HLedger cli
Platform-specific configuration:
{
"mcpServers": {
"hledger-mcp": {
"command": "npx",
"args": [
"-y",
"hledger-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
A Model Context Protocol (MCP) server that provides AI assistants (MCP Clients) with direct access to HLedger accounting data and functionality. This server enables AI applications to query account balances, generate financial reports, add new entires, and analyze accounting data through a standardized protocol.
It has support for most hledger cli commands, the ability to fetch an traverse include'd journal files, and a safe --read-only mode. I hope you find it useful!
Published on npm as @iiatlas/hledger-mcp, and available as an installable .mcpb file from releases.
The HLedger MCP server provides comprehensive access to HLedger's financial reporting capabilities through the following tools:
Loading reviews...