MCP Catalogs
Home

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 uses10,239
Score4984
Official
Categories
FinanceAI / LLM ToolsDeveloper Tools
AI / LLM ToolsDeveloper ToolsProductivity
LanguagePythonTypeScript
Last commit2 mo agothis 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-mcp

Claude Desktop Integration

  1. 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"
      ]
    }
  }
}
  1. Restart Claude Desktop

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"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.