Skip to main content
Glama

Accounting MCP Server

by smile7up
claude_desktop_config.json1.33 kB
{ "mcpServers": { "accounting-mcp": { "command": "python", "args": [ "-m", "accounting_mcp.server" ], "cwd": "/Users/momo/Documents/momo-python/accounting-mcp-demo", "env": { "PYTHONPATH": "/Users/momo/Documents/momo-python/accounting-mcp-demo" } } } } <!-- 使用说明: 1. 将上面的配置添加到您的 Claude Desktop 配置文件中: - macOS: ~/Library/Application Support/Claude/claude_desktop_config.json - Windows: %APPDATA%\Claude\claude_desktop_config.json 2. 确保路径正确: - cwd: 指向您的项目目录 - PYTHONPATH: 包含项目根目录 3. 重启 Claude Desktop 4. 然后可以通过自然语言与 Claude 交互使用记账功能: - "帮我记录一笔50元的午餐费用" - "我现在的账户余额是多少?" - "显示我本月的支出统计" - "查看最近5笔交易记录" 示例对话: 用户: "帮我添加一笔35元的交通费" Claude: 我来帮您添加这笔交通费用。 [调用 add_transaction 工具] Claude: 已成功记录35元交通费,您的当前余额为965元。 用户: "我这个月在餐饮上花了多少钱?" Claude: 让我查看您本月的餐饮支出。 [调用 get_monthly_summary 工具] Claude: 根据统计,您本月在餐饮分类上总计支出280元。 -->

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/smile7up/accounting-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server