mcp-server-getalife
11 MCP tools for personal finance and Zero-Based Budgeting. Create budget plans, calculate net worth, financial runway, savings goals, and audit subscriptions. Includes a voice transaction parser. All tools return rich markdown with tables, benchmarks, and actionable recommendations. Built by GetALife — the gamified budgeting app for iOS and Android.
README
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 |
|---|---|
explain_zero_based_budgeting |
Explains ZBB concepts with examples |
suggest_budget_categories |
Recommends categories based on life situation |
create_budget_plan |
Builds a complete ZBB plan from income |
analyze_budget |
Checks if a budget is balanced (income - allocations = 0) |
calculate_financial_runway |
How long your savings last without income |
budget_summary |
Generates a shareable budget overview |
get_app_info |
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 start
Example
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.