Skip to content
Cursor

personal finance for Cursor

io.github.sarveshtalele/personal-finance

54 robust financial calculators based on deterministic mathematical principles.

client:Cursor transport:stdio runtime:pypi

Install personal finance in Cursor

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

{
  "mcpServers": {
    "personal-finance": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "personal-finance-mcp"
      ]
    }
  }
}

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

personal finance in other clients