PolarHub
  • Agents
  • MCP Servers
  • Skills
  • PolarBear
PolarHub © 2026
MCP Serversvector-databasesmy-finance-mcp
返回「vector-databases」

my-finance-mcp

modelscope·@xinrong-meng/my-finance-mcp

vector-databases0下载LocalModelScope

简介

暂无描述。

MCP Server 详情

来自 ModelScope 索引

My Finance MCP Server

Bare-bones Model Context Protocol server that lets Claude store personal finance transactions and later query them via semantic search. Transactions are persisted in ChromaDB for vector search plus a JSON ledger for backup.

<a href="https://glama.ai/mcp/servers/@xinrong-meng/my-finance-mcp"> <img width="380" height="200" src="https://glama.ai/mcp/servers/@xinrong-meng/my-finance-mcp/badge" alt="My Finance Server MCP server" /> </a>

Run it alongside Claude Desktop and you get an AI bookkeeper that remembers your receipts, statements, and portfoliosthen answers natural language questions about spending trends, allocations, or anything else you upload.

Setup

Install

uv sync

Run

uv run my_finance_mcp.py

Configure Claude Desktop

Add to ~/.claude_desktop_config.json:

{
  "mcpServers": {
    "my-finance": {
      "command": "uv",
      "args": [
        "run",
        "--project",
        "/path/to/my_finance",
        "/path/to/my_finance/my_finance_mcp.py"
      ]
    }
  }
}

Usage

Exposed tools:

  • store_transactions(transactions) ingest structured transactions (Claude will extract them from uploaded docs)
  • query_financial_history(query) run semantic search across everything stored
  • list_transactions(limit=20, offset=0, category=None) page through the JSON ledger to inspect whats saved and see each transactions index
  • delete_transactions(indices=None, delete_all=False, confirm=False) delete entries by index or wipe them all (requires confirm=True)
  1. Upload financial data to Claude
  2. Say: "Store this transaction data"
  3. Claude calls the MCP server to save it
  4. Later ask: "How much did I spend on groceries last month?"
  5. Claude searches your historical data via MCP
  6. Use "Show me the stored transactions" or "Delete transaction xx" to invoke the management tools

Example Claude Desktop interaction

User: Remember these portfolio positions for later analysis.
Claude: I'll help you store your portfolio positions from the uploaded CSV file for later analysis. Let me read the file and process the data..
Perfect! I've stored your portfolio positions from November 6, 2025 in your finance system. Here's a summary of what was recorded:...

User: List my stored transactions
Claude: Here are your current stored transactions (4 total):...

User: Delete VXUS - International Stock ETF transaction
Claude: The VXUS - International Stock ETF transaction has been successfully deleted from your stored transactions.

User: List all transactions
Claude: Here are your current stored transactions (3 total):...

Data Storage

  • ~/.my_finance_mcp/financial_data/ - ChromaDB vector database (created automatically)
  • ~/.my_finance_mcp/transactions.json - JSON backup of all transactions

Set the MY_FINANCE_MCP_DIR environment variable before launching Claude if you want to store data in a different directory.

相关 MCP Servers(来自「vector-databases」)

djm81

暂无描述。

@djm81/chroma_mcp_server

FalkorDB

暂无描述。

@FalkorDB/FalkorDB-MCPServer

aliyun

暂无描述。

@aliyun/alibabacloud-lindorm-mcp-server

MadMando

暂无描述。

@MadMando/mcp-autonomous-analyst

outlook-mcp

暂无描述。

@dongwoosuk/outlook-mcp

luebken

暂无描述。

@luebken/playlist-mcp

自动安装

点击按钮会唤起 PolarBear 客户端,并把当前 MCP Server 的 Markdown 详情文档地址传给客户端。

/api/mcps/xinrong-meng-my-finance-mcp/markdown
打开 PolarBear 安装查看 Markdown 文档

手动安装

在 PolarBear 或其他支持 MCP 的客户端中,新建 MCP Server,并参考下方来源或安装提示配置。

uv sync ``` ### Run ```bash uv run my_finance_mcp.py

基本信息

分类
金融 / vector-databases / search
运行方式
No
许可证
MIT License
详情文件
xinrong-meng-my-finance-mcp.md