← Index

io.github.Openfinanceorg/openfinance

io.github.Openfinanceorg/openfinance·v0.1.8·Search
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "openfinance": {
      "command": "npx",
      "args": [
        "-y",
        "@openfinance-sh/mcp"
      ],
      "env": {
        "OPENFINANCE_API_KEY": "<your-openfinance_api_key>",
        "OPENFINANCE_URL": "<openfinance_url>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "openfinance": {
      "command": "npx",
      "args": [
        "-y",
        "@openfinance-sh/mcp"
      ],
      "env": {
        "OPENFINANCE_API_KEY": "<your-openfinance_api_key>",
        "OPENFINANCE_URL": "<openfinance_url>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @openfinance-sh/mcp
§02  Environment variables
OPENFINANCE_API_KEY
requiredsecret

Your OpenFinance API key (starts with sk-)

OPENFINANCE_URL

URL of your OpenFinance server

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Search