expense-tracker-mcp
Verified Safeby HiteshKumarMeghwar
Overview
A local MCP server for tracking and managing personal or business expenses, designed for integration with client applications like Claude Desktop.
Installation
uv run fastmcp run main.pySecurity Notes
SQL injection is prevented by using parameterized queries. No 'eval' or similar dangerous functions are used. No hardcoded secrets or significant network risks identified within the provided source code. The database is a local SQLite file.
Similar Servers
Trackor
Provides an MCP server for tracking personal expenses, including adding, listing, summarizing, updating, and exporting data.
mcp-notes
A local server for managing, searching, and organizing personal notes with structured tags and markdown support, integrated with Claude Desktop and a web interface.
MCP_expense_tracer
A lightweight MCP server for tracking personal expenses, integrable with Claude Desktop.
fastapi-local-mcp-server
This server functions as an expense tracker application, providing both a REST API and an MCP (Model Context Protocol) interface for integration with Claude Desktop.