MCP Catalogs
Home

mcp-server-chart vs sp500-mcp-server

Side-by-side comparison to help you pick between these two MCP servers.

mcp-server-chart
by antvis
sp500-mcp-server
by zhensherlock
Stars★ 4,068★ 96
30d uses10,239
Score8447
Official
Categories
AI / LLM ToolsDeveloper ToolsProductivity
FinanceDeveloper ToolsAI / LLM Tools
LanguageTypeScriptTypeScript
Last committhis monththis month

mcp-server-chart · Summary

A TypeScript MCP server for generating 26+ visualization charts using AntV, supporting multiple chart types and deployment options.

sp500-mcp-server · Summary

A well-documented MCP server providing S&P 500 company data tools through a Next.js web interface with Supabase backend.

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

sp500-mcp-server · Use cases

  • Financial analysts researching S&P 500 companies through AI assistants with direct data access
  • Investment portfolio tools requiring real-time company financials and news data
  • Academic researchers studying market trends using standardized S&P 500 metrics

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"]
    }
  }
}

sp500-mcp-server · Install

  1. Install dependencies: pnpm install
  2. Create local env file with Supabase credentials (SUPABASE_URL and SUPABASE_ANON_KEY required)
  3. Build embedded MCP App HTML resources: pnpm --filter @apps/web-app build
  4. Start apps: pnpm dev

For Claude Desktop, add to config.json:

{
  "mcpServers": {
    "sp500": {
      "command": "npx",
      "args": ["@your-org/sp500-mcp-server"],
      "env": {
        "SUPABASE_URL": "your_url",
        "SUPABASE_ANON_KEY": "your_key"
      }
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.