MCP Catalogs
Home

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 uses10,239
Score4884
Official
Categories
FinanceProductivityAI / LLM Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguageTypeScriptTypeScript
Last commit1 mo agothis 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)
  1. Download the latest .mcpb file from the [releases page](https://github.com/akutishevsky/lunchmoney-mcp/releases)
  2. Open Claude Desktop and go to Extensions
  3. Click "Install Extension" and select the downloaded .mcpb file
  4. 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-chart

For 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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.