yahoo-finance-mcp vs mcp-server-chart
Side-by-side comparison to help you pick between these two MCP servers.
yahoo-finance-mcp by Alex2Yang97 | mcp-server-chart by antvis | |
|---|---|---|
| Stars | ★ 286 | ★ 4,068 |
| 30d uses | — | 10,239 |
| Score | 49 | 84 |
| Official | — | — |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | Python | TypeScript |
| Last commit | 2 mo ago | this month |
yahoo-finance-mcp · Summary
Comprehensive Yahoo Finance MCP server providing stock data, financial statements, options, and market news.
mcp-server-chart · Summary
A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.
yahoo-finance-mcp · Use cases
- Analyze stock performance and trends with historical price data
- Compare financial statements between companies
- Monitor market news and analyst recommendations
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
yahoo-finance-mcp · Install
Recommended: run with uvx
Run the server directly from the repository:
uvx --from git+https://github.com/Alex2Yang97/yahoo-finance-mcp yahoo-finance-mcpClaude Desktop Integration
- Edit Claude Desktop config file:
**macOS:**
{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}**Windows:**
{
"mcpServers": {
"yfinance": {
"command": "uvx",
"args": [
"--from",
"git+https://github.com/Alex2Yang97/yahoo-finance-mcp",
"yahoo-finance-mcp"
]
}
}
}- Restart Claude Desktop
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"]
}
}
}