MCP Catalogs
Home

mcp-server-chart vs monarch-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
monarch-mcp-server
by robcerda
Stars★ 4,068★ 216
30d uses10,239
Score8450
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
FinanceProductivityAI / LLM Tools
LanguageTypeScriptPython
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

monarch-mcp-server · Summary

MCP server for Monarch Money personal finance management with extensive transaction and account tools.

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

monarch-mcp-server · Use cases

  • Automating personal financial reporting and analysis
  • Bulk categorization of transactions for expense tracking
  • Integration with Claude AI for intelligent financial assistance

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"]
    }
  }
}

monarch-mcp-server · Install

Installation

  1. Clone the repository:
git clone https://github.com/robcerda/monarch-mcp-server.git
cd monarch-mcp-server
  1. Install dependencies:
pip install -r requirements.txt
pip install -e .
  1. Configure Claude Desktop:

Add to your config file:

{
  "mcpServers": {
    "Monarch Money": {
      "command": "/opt/homebrew/bin/uv",
      "args": [
        "run",
        "--with",
        "mcp[cli]",
        "--with-editable",
        "/path/to/your/monarch-mcp-server",
        "mcp",
        "run",
        "/path/to/your/monarch-mcp-server/src/monarch_mcp_server/server.py"
      ]
    }
  }
}
  1. One-time authentication:
python login_setup.py
  1. Restart Claude
Comparison generated from public README + GitHub signals. Last updated automatically.