Skip to main content
Glama
saini-vikramjit

Expense Tracker MCP

Expense Tracker MCP

지출 추적을 위한 Model Context Protocol (MCP) 서버입니다.

설치

사전 요구 사항

  • Python 3.10

  • Node.js (MCP Inspector용)

  • uv (Python 패키지 관리자)

설정

  1. 가상 환경을 생성합니다:

python -m venv venv
  1. 가상 환경을 활성화합니다:

.\venv\Scripts\Activate.ps1
  1. uv를 설치합니다:

pip install uv
  1. 프로젝트를 초기화합니다:

uv init .
  1. 의존성을 설치합니다:

uv add fastmcp --active

Related MCP server: Expense Tracker MCP

사용 방법

MCP 서버 실행

MCP 서버를 실행하려면:

uv run main.py

MCP Inspector로 테스트하기

MCP Inspector를 사용하여 서버를 테스트하려면:

npx @modelcontextprotocol/inspector uv run main.py

그러면 MCP Inspector 웹 인터페이스가 http://127.0.0.1:6274에서 시작됩니다.

프로젝트 구조

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

기능

  • MCP 프로토콜을 통한 지출 추적

  • 간편한 서버 설정을 위한 FastMCP 통합

  • MCP Inspector와 호환되어 테스트 가능

라이선스

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