mcp-server-chart vs cc-equity-research
Side-by-side comparison to help you pick between these two MCP servers.
mcp-server-chart by antvis | cc-equity-research by prof-little-bear | |
|---|---|---|
| Stars | ★ 4,068 | ★ 39 |
| 30d uses | 10,239 | — |
| Score | 84 | 45 |
| Official | — | — |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | FinanceAI / LLM ToolsProductivity |
| Language | 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.
cc-equity-research · Summary
Turns Claude Code into an equity-research agent with 24 analysis skills and a unified data MCP.
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
cc-equity-research · Use cases
- Perform comprehensive company analysis with financial forensics and earnings scorecards
- Discover investment opportunities through systematic screening and sector analysis
- Monitor portfolio positions with thesis tracking and catalyst calendars
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"]
}
}
}cc-equity-research · Install
git clone https://github.com/prof-little-bear/cc-equity-research.git
cd cc-equity-research
claudeInside Claude Code, run /mcp to check the drillr connection and authenticate if prompted.