Skip to content
Claude Desktop

mcp midaz for Claude Desktop

io.github.codespar/mcp-midaz

MCP server for Midaz by Lerian — self-hosted double-entry ledger: accounts, balances, transactions

client:Claude Desktop transport:stdio runtime:npm

Install mcp midaz in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-midaz": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-midaz"
      ],
      "env": {
        "MIDAZ_BASE_URL": "<MIDAZ_BASE_URL>",
        "MIDAZ_TRANSACTION_URL": "<MIDAZ_TRANSACTION_URL>",
        "MIDAZ_API_KEY": "<MIDAZ_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

mcp midaz in other clients