Back to Home
NikhilAdvani icon

Expense-Tracker-MCP

Verified Safe

by NikhilAdvani

Overview

A Model Context Protocol (MCP) server for tracking personal expenses with Claude, offering tools for managing expense entries in a SQLite database.

Installation

Run Command
uv run fastmcp run main.py

Security Notes

The server uses parameterized SQL queries throughout, effectively preventing common SQL injection vulnerabilities. File paths for the database and categories are relative to the script, preventing arbitrary file access. No hardcoded secrets, `eval`, or other highly dangerous patterns were observed. The primary interaction is local via MCP, minimizing network attack surface from the server's side.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassLow
Avg Tokens300
Stars0
Forks0
Last Update2025-11-30

Tags

Expense TrackingPersonal FinanceMCP ServerSQLiteClaude Integration