daily_stock_analysis

GitHub

LLM 驱动的多市场股票智能分析系统:多源行情、实时新闻、决策看板与自动推送,支持零成本定时运行。 LLM-powered multi-market stock analysis system with multi-source market data, real-time news, decision dashboard, automated notifications, and cost-free scheduled runs.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "daily_stock_analysis": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-daily_stock_analysis"
      ]
    }
  }
}