Lunchmoney MCP Server
@leafeye
关于 Lunchmoney MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"lunchmoney": {
"command": "npx",
"args": [
"-y",
"lunchmoney-mcp-server"
],
"env": {
"LUNCHMONEY_TOKEN": "your_token_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Lunchmoney MCP Server?
A Model Context Protocol (MCP) server that lets you interact with your Lunchmoney transactions and budgets through Claude and other AI assistants. It enables natural‑language queries about your spending, budget analysis, and financial insights while keeping your API token local.
How to use Lunchmoney MCP Server?
Install Node.js, obtain a Lunchmoney API token from your developer settings, then add the server configuration to Claude Desktop’s Developer settings (Settings → Developer → Edit Config) as a JSON entry with the npx command and the LUNCHMONEY_TOKEN environment variable. Restart Claude Desktop after configuration changes.
Key features of Lunchmoney MCP Server
- View recent transactions from the past N days.
- Search transactions by keyword in payee names or notes.
- Analyze spending in specific categories.
- Get detailed budget summaries with spending and remaining amounts.
Use cases of Lunchmoney MCP Server
- “Show me my recent transactions from the past week.”
- “Search for all transactions at Amazon.”
- “How much did I spend on restaurants last month?”
- “Show me my budget summary for this month.”
FAQ from Lunchmoney MCP Server
What does “human‑in‑the‑loop” security mean?
All actions require user approval; you will be asked to approve each request to access your Lunchmoney data.
Where is my Lunchmoney API token stored?
The token stays on your local machine and is never sent to Claude or any external service.
What date formats are required for budget data?
Budget dates must use month boundaries (e.g., 2024-01-01 to 2024-01-31). Transactions can use any date range.
Why does Claude say it can’t connect to the server?
Ensure the configuration in Claude’s Developer settings is correct, restart Claude Desktop after changes, and verify that your API token is valid.
What runtime is required?
Node.js must be installed on your computer to run the server via npx.
其他 分类下的更多 MCP 服务器
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Awesome Mlops
visengerA curated list of references for MLOps
Nginx UI
0xJackyYet another WebUI for Nginx
评论