Back to MCP Servers
Hledger
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.
finance-fintechaillm
By iiAtlas
Installation
npx -y hledger-mcpConfiguration
{
"mcpServers": {
"hledger-mcp": {
"command": "npx",
"args": ["-y", "hledger-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes