Expense Tracker MCP
Expense Tracker MCP
経費を追跡するための Model Context Protocol (MCP) サーバーです。
インストール
前提条件
Python 3.13 以上
Node.js (MCP Inspector 用)
uv (Python パッケージマネージャー)
セットアップ
仮想環境を作成します:
python -m venv venv仮想環境を有効化します:
.\venv\Scripts\Activate.ps1uv をインストールします:
pip install uvプロジェクトを初期化します:
uv init .依存関係をインストールします:
uv add fastmcp --activeRelated MCP server: Expense Tracker MCP
使い方
MCP サーバーの実行
MCP サーバーを実行するには:
uv run main.pyMCP Inspector でのテスト
MCP Inspector を使用してサーバーをテストするには:
npx @modelcontextprotocol/inspector uv run main.pyこれで、http://127.0.0.1:6274 で MCP Inspector の Web インターフェースが起動します。
プロジェクト構造
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
Maintenance
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
- FlicenseNot gradedqualityDmaintenanceEnables 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.
- FlicenseBqualityDmaintenanceA 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
- AlicenseAqualityDmaintenancePersonal expense tracker MCP server that enables tracking expenses, income, budgets, and savings goals through natural language.10MIT
- FlicenseAqualityDmaintenanceA 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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