Catalog
Openfinance
Officialby Openfinanceorg
Connect your financial accounts to view balances, search transactions, and get spending insights.
Connect financial accounts to view balances, transactions, and spending insights.
README not available yet.
Install
Configuration
Environment variables
OPENFINANCE_API_KEYrequiredsecretYour OpenFinance API key (starts with sk-)
OPENFINANCE_URLURL of your OpenFinance server
claude_desktop_config.json
{
"mcpServers": {
"openfinance": {
"command": "npx",
"args": [
"-y",
"@openfinance-sh/mcp@0.1.8"
],
"env": {
"OPENFINANCE_API_KEY": "<YOUR_OPENFINANCE_API_KEY>",
"OPENFINANCE_URL": "<YOUR_OPENFINANCE_URL>"
}
}
}
}