Skip to content
Cursor

Spendlog for Cursor

io.github.makz81/spendlog

MCP server for expense tracking, invoices, budgets, and financial insights directly in Claude

client:Cursor transport:stdio runtime:npm

Install Spendlog in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "spendlog": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "spendlog"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Spendlog in other clients