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 uses | 10,239 | — |
| Score | 84 | 50 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | FinanceProductivityAI / LLM Tools |
| Language | TypeScript | Python |
| Last commit | this month | this 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-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"]
}
}
}monarch-mcp-server · Install
Installation
- Clone the repository:
git clone https://github.com/robcerda/monarch-mcp-server.git
cd monarch-mcp-server- Install dependencies:
pip install -r requirements.txt
pip install -e .- 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"
]
}
}
}- One-time authentication:
python login_setup.py- Restart Claude