mcp-server-chart vs quicken-mac-mcp
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | quicken-mac-mcp by dweekly | |
|---|---|---|
| Stars | ★ 4,068 | ★ 18 |
| 30d uses | 10,239 | — |
| Score | 84 | 44 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | FinanceProductivityAI / LLM Tools |
| Language | TypeScript | TypeScript |
| 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.
quicken-mac-mcp · Summary
MCP server providing read-only access to Quicken For Mac financial data via Claude.
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
quicken-mac-mcp · Use cases
- Analyze personal spending patterns by category over time
- Query specific transactions across multiple accounts
- Track investment holdings and performance
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"]
}
}
}quicken-mac-mcp · Install
Recommended Install (Claude Code, includes both Skill and MCP)
claude plugin install quicken-mac-mcpClaude Desktop (manual JSON)
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"quicken": {
"command": "npx",
"args": ["-y", "quicken-mac-mcp"]
}
}
}Custom Database Path
If you have multiple Quicken files or the .quicken bundle isn't in ~/Documents, set the QUICKEN_DB_PATH environment variable.