Loading MCP server directory, please wait...
MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions
npx @getmcp/cli add io.github.codespar/mcp-midazRequires Node.js 18+. Community-contributed server. Review source before installing.
MIDAZ_BASE_URLBase URL of your self-hosted Midaz onboarding service
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.codespar/mcp-midaz": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-midaz"
],
"env": {
"MIDAZ_BASE_URL": "",
"MIDAZ_TRANSACTION_URL": "",
"MIDAZ_API_KEY": ""
}
}
}
}