Expense Tracker MCP
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., "@Expense Tracker MCPAdd a $45 dinner at Olive Garden to my food category"
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.
expense_tracker_mcp
This project uses FastMCP 3.2.0.
Why your commands failed
fastmcp: command not foundThe CLI is only installed inside this project's virtual environment, so it is not available from your base shell unless you activate.venvor run it throughuv.uv run fastmcp dev main.pyIn FastMCP3.x,devis a command group. You must use a subcommand such asinspector.uv run fastmcp dev inspectorThat form needs a server spec or afastmcp.json. This repo now includesfastmcp.json, so auto-detection works.
Related MCP server: expense-mcp
Working commands
Run the server directly:
uv run fastmcp runInspect the server:
uv run fastmcp inspectOpen MCP Inspector in dev mode:
uv run fastmcp dev inspectorIf the Inspector UI shows Error Connecting to MCP Inspector Proxy - Check Console logs,
open the exact URL printed in the terminal. FastMCP 3.x starts the proxy with a per-run
session token, and the Inspector page must include that token or the proxy config request
will be rejected.
For local-only debugging, you can disable proxy auth:
DANGEROUSLY_OMIT_AUTH=true uv run fastmcp dev inspectorYou can still pass the file explicitly if you want:
uv run fastmcp run main.py
uv run fastmcp inspect main.py
uv run fastmcp dev inspector main.pyMCP
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
- AlicenseBqualityDmaintenanceA Model Context Protocol server that helps track expenses and calculate reimbursements for social events, making it easy to settle balances between friends.11Apache 2.0
- AlicenseAqualityDmaintenancePersonal expense tracker MCP server that enables tracking expenses, income, budgets, and savings goals through natural language.10MIT
- Flicense-qualityDmaintenanceA powerful SQLite-backed expense tracking server built with the Model Context Protocol (MCP). This server allows AI agents (like Claude) to manage your personal finances by adding, deleting, and listing expenses directly from your chat interface.
- FlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server for tracking personal expenses. This server provides tools to add, list, and summarize expenses, utilizing a local SQLite database for storage.3
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Hosted MCP server for LLM cost estimation, model comparison, and budget-aware routing.
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
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/naveen6768/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server