FNewsCrawler

noimank/FNewsCrawler
★ 103 stars Python 🔍 Search Updated 1mo ago
一个专门为大模型设计的财经信息MCP(Model Context Protocol)服务,通过高效的爬虫技术从各大财经网站(同花顺、东方财富等)获取实时资讯,为AI模型提供准确、及时的财经数据支持。
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "fnewscrawler": {
      "command": "uvx",
      "args": [
        "fnewscrawler"
      ]
    }
  }
}

Or install with pip: pip install fnewscrawler