
🌟 Overview

2025.03.31
0
TypeScript实时数据社交媒体新闻聚合内容生成
Pulse CN MCP Server 是一个基于 Model Context Protocol (MCP) 的服务器,提供中国互联网实时趋势内容。它作为 AI 模型与中国最受欢迎的社交媒体平台、新闻网站和内容聚合器之间的桥梁,提供实时数据访问。
View on GitHub
Overview
基本能力
产品定位
Pulse CN MCP Server 旨在为 AI 模型提供中国互联网的实时趋势内容,帮助模型获取最新的社交媒体、新闻和内容聚合数据。
核心功能
- 实时访问来自 18 个主要中国平台的趋势数据
- 提供多种工具,如微博热搜、星座运势、每日励志英语等
- 支持 Stdio 传输,便于 MCP 兼容的 AI 模型连接
适用场景
- AI 模型需要实时中国互联网趋势数据
- 开发者需要构建基于中国社交媒体和新闻的内容分析工具
- 研究人员需要中国互联网趋势的实时数据源
工具列表
工具名称 | 描述 | 端点 |
---|---|---|
weibo-hotspots |
微博实时热搜 | /weibo-hotspots |
horoscope |
每日星座运势 | /horoscope |
daily-english-sentence |
每日励志英语 | /daily-english-sentence |
internet-hotspots-aggregator |
热搜热榜聚合 | /internet-hotspots-aggregator |
today-headlines-hotspots |
今日头条热搜 | /today-headlines-hotspots |
paper-news-hotspots |
澎湃新闻热搜 | /paper-news-hotspots |
常见问题解答
- 如何添加新工具?
- 在
src/tools/
下创建新文件 - 使用 MCP Server SDK 实现工具
- 在
src/index.ts
中注册工具
使用教程
使用依赖
# 克隆仓库
git clone https://github.com/wangtsiao/pulse-cn-mcp.git
# 进入项目目录
cd pulse-cn-mcp
安装教程
# 使用 npm
npm install
npm run build
# 或使用 Bun (更快)
bun install
bun run build
调试方式
# 使用 npm
npm start
# 或使用 Bun
bun start
启动后,服务器将使用 Stdio 传输,准备供 MCP 兼容的 AI 模型连接。