Skip to main content
Glama
saini-vikramjit

Expense Tracker MCP

Expense Tracker MCP

Un servidor del Model Context Protocol (MCP) para el seguimiento de gastos.

Instalación

Requisitos previos

  • Python 3.13 o superior

  • Node.js (para MCP Inspector)

  • uv (gestor de paquetes de Python)

Configuración

  1. Crea un entorno virtual:

python -m venv venv
  1. Activa el entorno virtual:

.\venv\Scripts\Activate.ps1
  1. Instala uv:

pip install uv
  1. Inicializa el proyecto:

uv init .
  1. Instala las dependencias:

uv add fastmcp --active

Related MCP server: Expense Tracker MCP

Uso

Ejecutar el servidor MCP

Para ejecutar el servidor MCP:

uv run main.py

Probar con MCP Inspector

Para probar el servidor con MCP Inspector:

npx @modelcontextprotocol/inspector uv run main.py

Esto iniciará la interfaz web de MCP Inspector en http://127.0.0.1:6274.

Estructura del proyecto

expense-tracker-mcp/
├── main.py                 # Entry point for the MCP server
├── src/
│   └── expense_tracker_mcp/
│       ├── __init__.py
│       └── server.py       # MCP server implementation
├── pyproject.toml          # Project configuration
└── README.md               # This file

Características

  • Seguimiento de gastos mediante el protocolo MCP

  • Integración con FastMCP para una configuración sencilla del servidor

  • Compatible con MCP Inspector para pruebas

Licencia

MIT

Install Server
F
license - not found
A
quality
C
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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Enables users to track personal expenses through natural language interactions with comprehensive category support and financial summaries. Provides both local and remote MCP server options with SQLite storage for fast expense management operations.
  • F
    license
    B
    quality
    D
    maintenance
    A Model Context Protocol server designed for tracking and managing personal or business expenses. It enables users to log financial transactions and organize expenditure data through integrated tools.
    4
  • 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
    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.

  • Log, query, and edit expenses, budgets, and accounts in Ledgy from any MCP-compatible AI assistant.

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/saini-vikramjit/expense-tracker-mcp'

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