A Model Context Protocol server for interacting with Ledger CLI, a powerful double-entry accounting system. This server enables Large Language Models to query and analyze financial data through a standardized interface, making it easy for AI assistants to help with financial reporting, budget analysis, and accounting tasks.
accountingfinanceledger-clidouble-entry
Installation & Configuration
{
"mcpServers": {
"ledger": {
"command": "uv",
"args": [
"run",
"--env-file",
"/path/to/your/.env",
"--with",
"mcp[cli]",
"mcp",
"run",
"<repo_path>/main.py"
]
}
}
}Information
Transport
stdio
Language
Python
Created
2025/3/16
Updated
2026/6/7