Back to directory
iic-llm-solution/mcp-quanmiao-hotnews

iic-llm-solution/mcp-quanmiao-hotnews

@iic-llm-solution

全妙新闻播报MCP Server 是一个基于阿里云百炼API的新闻聚合服务,专注于实时获取热点新闻资讯。

mcpnewsaliyunbailianhotnewsaggregationcontextapi

Installation & Configuration

{
  "mcpServers": {
    "fetch_hot_news": {
      "isActive": true,
      "name": "fetch_hot_news",
      "description": "获取热点新闻列表",
      "command": "npx",
      "args": [
        "-y",
        "@iic-llm-solution/mcp-quanmiao-hotnews-node"
      ],
      "env": {
        "ALIBABA_CLOUD_ACCESS_KEY_ID": "<阿里云AccessKeyID>",
        "ALIBABA_CLOUD_ACCESS_KEY_SECRET": "<阿里云AccessKeySecret>",
        "WORKSPACE_ID": "<百炼业务空间ID>"
      }
    }
  }
}

Information

Transport
stdiosse
Language
JavaScript
Created
2026/6/15
Updated
2026/6/17