Skip to content
Cline

expense mcp for Cline

io.github.justfsl50/expense-mcp

Personal Expense Tracker MCP Server — expenses, income, budgets & savings goals

client:Cline transport:stdio runtime:pypi

Install expense mcp 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": {
    "expense-mcp": {
      "command": "uvx",
      "args": [
        "expense-mcp"
      ],
      "env": {
        "DATABASE_URL": "<DATABASE_URL>",
        "CURRENCY": "<CURRENCY>",
        "DEFAULT_USER": "<DEFAULT_USER>"
      }
    }
  }
}

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

expense mcp in other clients