全妙新闻播报MCP Server 是一个基于阿里云百炼API的新闻聚合服务,专注于实时获取热点新闻资讯,为用户提供便捷的新闻获取体验。
export ALIBABA_CLOUD_ACCESS_KEY_ID=你的访问密钥ID
export ALIBABA_CLOUD_ACCESS_KEY_SECRET=你的访问密钥密码
npx -y @iic-llm-solution/mcp-quanmiao-hotnews-node
{
"mcpServers": {
"fetch_hot_news": {
"name": "fetch_hot_news",
"description": "获取热点新闻列表"
}
}
}
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"
}
}
}
├── mcp-quanmiao-hotnews-node/ # Node.js 服务端实现
├── mcp-quanmiao-hotnews-python/ # Python 服务端实现
├── .env.example # 环境变量配置示例文件
└── .gitignore # Git 忽略文件配置
本项目采用 Apache License 2.0 许可证,详细信息请查看 LICENSE 文件。