Vitafin for Claude Code
One command installs the Vitafin connector and five slash commands, so your money lives where you already work: the terminal. Ask in plain language, or reach for a command when you know exactly what you want.
Install
claude plugin marketplace add hakki123mrk/vitafin-plugin && claude plugin install vitafin@vitafin
The first Vitafin tool call opens the sign-in page: your email, a 6-digit code, then Allow. Plugin source: github.com/hakki123mrk/vitafin-plugin.
The five commands
- /vitafin:log Record a transaction: amount, account, category, and a note if you want one.
- /vitafin:spent Show what you have spent over a period, broken down by category or account.
- /vitafin:due List bills, credit card minimums and EMIs coming up, with their dates.
- /vitafin:networth What you own against what you owe. Per-currency figures stay exact; a single total is restated at one day's rate, with that date shown.
- /vitafin:reconcile Walk a statement or a pasted bank message against what Vitafin already holds.
Anything a command writes lands in the review queue in the app first, so nothing is saved without you seeing it.
Three things to try
Log the lunch you just bought, without leaving the branch you are on.
/vitafin:log 18 AED lunch, ADCB card
Ask where the month went, then ask a follow-up in plain language.
/vitafin:spent last 30 days by category
Paste the card statement email you were sent and let it sort out what is new.
/vitafin:reconcile <paste the statement or the bank message>
Vitafin reads bank SMS and bank email that you paste or share, statements you import, and whatever you log yourself. There is no bank aggregator and no open banking, and no SMS permission is asked for on any platform.
Prefer the raw server
If you would rather skip the plugin and add the MCP server on its own, the address is https://vitafin.io/mcp: streamable HTTP, OAuth 2.1 with PKCE and dynamic client registration. You get the same 63 tools, without the slash commands. The steps for every client are on the connect page.
Next
The MCP server page covers what the tools can do and how authentication works. The connect page has the setup for Claude, ChatGPT, Gemini, Grok, Cursor and VS Code.