Back to MCP Servers
Server Ledger
A ledger-cli integration for managing financial transactions and generating reports.
finance-fintech
By minhyeoky
Installation
npx -y mcp-server-ledgerConfiguration
{
"mcpServers": {
"mcp-server-ledger": {
"command": "npx",
"args": ["-y", "mcp-server-ledger"]
}
}
}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