Skip to content
Cline

mcp midaz for Cline

io.github.codespar/mcp-midaz

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

client:Cline transport:stdio runtime:npm

Install mcp midaz in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

mcp midaz in other clients