lunchmoney-mcp vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
lunchmoney-mcp by akutishevsky | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 70 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 48 | 84 |
| Official | — | — |
| Categories | FinanceProductivityAI / LLM Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
lunchmoney-mcp · Summary
TypeScript MCP server for LunchMoney personal finance API with comprehensive transaction, budget, and account management.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
lunchmoney-mcp · Use cases
- Automated expense tracking and categorization in AI conversations
- Budget monitoring and financial analysis through AI assistants
- Bulk transaction management and reporting automation
mcp-server-chart · Use cases
- Data analysts creating visual reports from datasets
- AI assistants generating custom charts based on user requests
- Web applications embedding visualization capabilities via HTTP API
lunchmoney-mcp · Install
Installation Options
MCP Bundle (Recommended)
- Download the latest
.mcpbfile from the [releases page](https://github.com/akutishevsky/lunchmoney-mcp/releases) - Open Claude Desktop and go to Extensions
- Click "Install Extension" and select the downloaded
.mcpbfile - Enter your LunchMoney API token when prompted
Manual Configuration
{
"mcpServers": {
"lunchmoney": {
"command": "npx",
"args": ["@akutishevsky/lunchmoney-mcp"],
"env": {
"LUNCHMONEY_API_TOKEN": "your-api-token-here"
}
}
}
}mcp-server-chart · Install
Installation
Install globally:
npm install -g @antv/mcp-server-chartFor Desktop Apps (e.g., Claude Desktop, VSCode):
{
"mcpServers": {
"mcp-server-chart": {
"command": "npx",
"args": ["-y", "@antv/mcp-server-chart"]
}
}
}For Windows:
{
"mcpServers": {
"mcp-server-chart": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@antv/mcp-server-chart"]
}
}
}