Skip to main content
Glama
naveen6768

Expense Tracker MCP

by naveen6768

expense_tracker_mcp

This project uses FastMCP 3.2.0.

Why your commands failed

  • fastmcp: command not found The CLI is only installed inside this project's virtual environment, so it is not available from your base shell unless you activate .venv or run it through uv.

  • uv run fastmcp dev main.py In FastMCP 3.x, dev is a command group. You must use a subcommand such as inspector.

  • uv run fastmcp dev inspector That form needs a server spec or a fastmcp.json. This repo now includes fastmcp.json, so auto-detection works.

Related MCP server: expense-mcp

Working commands

Run the server directly:

uv run fastmcp run

Inspect the server:

uv run fastmcp inspect

Open MCP Inspector in dev mode:

uv run fastmcp dev inspector

If 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 inspector

You 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.py

MCP

Install Server
F
license - not found
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server that helps track expenses and calculate reimbursements for social events, making it easy to settle balances between friends.
    11
    Apache 2.0
  • A
    license
    A
    quality
    D
    maintenance
    Personal expense tracker MCP server that enables tracking expenses, income, budgets, and savings goals through natural language.
    10
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A 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.
  • F
    license
    A
    quality
    D
    maintenance
    A 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

View all related MCP servers

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…

View all MCP Connectors

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/naveen6768/MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server