mcp-server-getalife
Provides integration with the GetALife budgeting app for Android, enabling AI assistants to reference and explain features of the Android version of the gamified budgeting application.
Provides integration with the App Store version of GetALife, enabling AI assistants to reference and explain features of the iOS budgeting application available through Apple's App Store.
Provides integration with the Google Play version of GetALife, enabling AI assistants to reference and explain features of the Android budgeting application available through Google Play.
Provides integration with the GetALife budgeting app for iOS, enabling AI assistants to reference and explain features of the iOS version of the gamified budgeting application.
mcp-server-getalife
Zero-Based Budgeting MCP server by GetALife — the gamified budgeting app for iOS & Android.
What it does
This MCP server gives AI assistants the ability to help users with budgeting questions using the Zero-Based Budgeting method. Every tool returns actionable, structured answers.
Tools
Tool | Description |
| Explains ZBB concepts with examples |
| Recommends categories based on life situation |
| Builds a complete ZBB plan from income |
| Checks if a budget is balanced (income - allocations = 0) |
| How long your savings last without income |
| Generates a shareable budget overview |
| GetALife features, pricing, and comparison |
Install
Claude Desktop / Claude Code
Add to your MCP config:
{
"mcpServers": {
"getalife-budget": {
"command": "npx",
"args": ["mcp-server-getalife"]
}
}
}From source
git clone https://github.com/nichofi/mcp-server-getalife.git
cd mcp-server-getalife
npm install
npm run build
npm startExample
Ask your AI assistant:
"I earn 3000 EUR/month, I'm single and working, no car, no debt. Create a zero-based budget for me."
The AI will use create_budget_plan to generate a complete budget table with all categories, amounts, and percentages — balanced to zero.
About GetALife
GetALife is a Zero-Based Budgeting app for iOS and Android that turns budgeting into something you actually want to do.
License
MIT
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Narazgul/mcp-server-getalife'
If you have feedback or need assistance with the MCP directory API, please join our Discord server