mcp-quanmiao-hotnews
全妙新闻播报MCP Server 是一个基于阿里云百炼API的新闻聚合服务,专注于实时获取热点新闻资讯。
Documentation
全妙新闻播报MCP Server
项目简介
全妙新闻播报MCP Server 是一个基于阿里云百炼API的新闻聚合服务,专注于实时获取热点新闻资讯。
提供以下工具列表

项目结构
├── mcp-quanmiao-hotnews-node/ # Node.js 服务端实现
├── mcp-quanmiao-hotnews-python/ # Python 服务端实现
├── .env.example # 环境变量配置示例文件
└── .gitignore # Git 忽略文件配置环境要求
- Node.js 版本: >= 14.0.0
- 环境变量配置(.env 文件)
前置要求
注册阿里云
链接:https://www.aliyun.com/
开通阿里云百炼
链接:https://bailian.console.aliyun.com/
开通 百炼轻应用:车机网络热点信息互动问答
目前限时免费:无需开通
链接:https://bailian.console.aliyun.com/?tab=app#/app/app-market/quanmiao/news-broadcast
获取百炼业务空间ID(workspace_id)

获取子账号 AK SK
创建RAM用户获取AK、SK


授权AK、SK访问 POP 接口


将RAM用户导入到百炼


开始运行
配置环境变量
ALIBABA_CLOUD_ACCESS_KEY_ID=
ALIBABA_CLOUD_ACCESS_KEY_SECRET=
WORKSPACE_ID=
# 传输方式可选:stdio、sse。默认stdio
QUANMIAO_MCP_TRANSPORT=ssestdio模式[推荐]
npx -y @iic-llm-solution/mcp-quanmiao-hotnews-node{
"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": "",
"ALIBABA_CLOUD_ACCESS_KEY_SECRET": "",
"WORKSPACE_ID": ""
}
}
}
}sse模式
export QUANMIAO_MCP_TRANSPORT=sse && export QUANMIAO_MCP_PORT=8080 && npx -y @iic-llm-solution/mcp-quanmiao-hotnews-node{
"mcpServers": {
"fetch_hot_news": {
"name": "fetch_hot_news",
"type": "sse",
"description": "获取热点新闻列表",
"baseUrl": "http://127.0.0.1:8080"
}
}
}使用案例
在cherry studio中使用
配置MCP

在对话中启用MCP

对话使用

许可证
本项目采用 Apache License 2.0 许可证
详细信息请查看 LICENSE 文件。
Frequently asked questions
What is mcp-quanmiao-hotnews?
mcp-quanmiao-hotnews is 全妙新闻播报MCP Server 是一个基于阿里云百炼API的新闻聚合服务,专注于实时获取热点新闻资讯。
How do I install mcp-quanmiao-hotnews?
Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.
Is mcp-quanmiao-hotnews open source?
Yes — it is hosted on GitHub at https://github.com/iic-llm-solution/mcp-quanmiao-hotnews and has 4 stars.
Related MCP tools
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to Cursor, Claude and any other LLM clients. JavaScript-based implementation.
Shrimp Task Manager is a task tool built for AI Agents, emphasizing chain-of-thought, reflection, and style consistency.
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
A model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
A server that integrates Linear's project management system with the Model Context Protocol (MCP) to allow LLMs to interact with Linear.
AWS MCP Servers — helping you get the most out of AWS, wherever you use MCP. Python-based implementation. Trusted by 6900+ developers.
Run your own MCP server? See who uses it and what to fix.
Measure it with TrackMCP