Personal Expenses MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Personal Expenses MCP ServerLog a $50 grocery expense for Alice in March"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Personal Expenses MCP Server
An MCP server for tracking a personal monthly budget — salary, per-month snapshots, and running expenses — exposed as tools an MCP client (e.g. Claude Desktop or Claude Code) can call directly in conversation.
Data is stored in memory only; it resets whenever the server restarts.
Requirements
Python >= 3.12
Related MCP server: expense-tracker-mcp-server
Install
uv syncRun
uv run python main.pyTools
Tool | Description |
| Adds a new person with their initial base salary. |
| Starts a new tracking month for a person, snapshotting their current (or updated) salary. |
| Logs an expense against a person's month and returns the updated total spent / salary left. |
| Returns the full expense breakdown and remaining balance for a person's month. |
Using with an MCP client
Add an entry to the client's MCP server config (e.g. Claude Desktop's claude_desktop_config.json):
{
"mcpServers": {
"main": {
"command": "uv",
"args": ["run", "--frozen", "--directory", "/absolute/path/to/PersonalExpenses_MCPServer", "python", "main.py"]
}
}
}Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenancePersonal expense tracker MCP server that enables tracking expenses, income, budgets, and savings goals through natural language.10MIT
- FlicenseBqualityDmaintenanceMCP server for tracking personal expenses using FastMCP and SQLite, enabling adding, listing, updating, deleting expenses and summarizing by category via natural language tools.51
- FlicenseBqualityDmaintenanceA remote MCP server for expense tracking, providing tools to add, list, update, delete expenses, and generate summaries, budget status, and monthly trends.8
- -license-quality-maintenanceA personal accounting MCP server that enables AI assistants to record and query financial transactions through natural language, supporting income/expense tracking, balance inquiry, and monthly summaries.
Related MCP Connectors
MCP server for generating rough-draft project plans from natural-language prompts.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Personal assistant MCP server with search, execute, packages, jobs, secrets, and integrations.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/gunnaabhinay/PersonalExpenses_MCPServer'
If you have feedback or need assistance with the MCP directory API, please join our Discord server