Skip to content
Cursor

openfinance for Cursor

io.github.openfinanceorg/openfinance

Connect your financial accounts to view balances, search transactions, and get spending insights.

client:Cursor transport:stdio runtime:npm

Install openfinance in Cursor

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

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

{
  "mcpServers": {
    "openfinance": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@openfinance-sh/mcp"
      ],
      "env": {
        "OPENFINANCE_API_KEY": "<OPENFINANCE_API_KEY>",
        "OPENFINANCE_URL": "<OPENFINANCE_URL>"
      }
    }
  }
}

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

openfinance in other clients