daily-hot-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@daily-hot-mcpGet today's hot topics from zhihu"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
daily-hot-mcp
测试 MCP Server(standalone):测试数据查询,并提供 高性能内存 TTL 缓存(可配置缓存时间)。
依赖
Node.js >= 20(建议 22+)
Related MCP server: Hot-News
运行方式
构建并启动 MCP:
cd ../daily-hot-mcp
npm i
npm run build
npm run start环境变量
DAILY_HOT_CACHE_TTL_MS:默认缓存毫秒数,默认60000DAILY_HOT_TIMEOUT_MS:请求超时毫秒数,默认10000DAILY_HOT_MAX_CONCURRENCY:批量请求最大并发,默认6
MCP Tools
daily_hot_list_sources:列出全部热榜来源(30 个)daily_hot_get:获取单个来源热榜(支持cacheTtlMs/forceRefresh/limit)daily_hot_get_multi:批量获取多个来源热榜daily_hot_cache_stats:查看缓存命中统计daily_hot_cache_clear:清空缓存
Claude Desktop 配置示例
把下面添加到你的 claude_desktop_config.json(按需调整路径):
{
"mcpServers": {
"daily-hot": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/daily-hot-mcp/dist/index.js"],
"env": {
"DAILY_HOT_CACHE_TTL_MS": "60000"
}
}
}
}用 MCP Inspector 测试(Web UI)
先构建:
npm run build再启动 Inspector(建议给 npx 单独指定可写缓存目录,避免 ~/.npm 权限问题):
mkdir -p .npm-cache
NPM_CONFIG_CACHE="$PWD/.npm-cache" npx -y @modelcontextprotocol/inspector --config ./mcp_config.json⚠️ 免责声明
⚠️ 重要提醒:请仔细阅读以下声明
📋 使用条款
数据来源:本项目通过公开 API 和网页抓取获取数据,仅供学习和研究使用
合规使用:用户需遵守各平台的使用条款和相关法律法规
商业使用:禁止将本项目用于任何商业用途
数据准确性:不保证数据的实时性和准确性
🛡️ 责任限制
本项目仅供技术研究和学习交流使用
任何因使用本项目产生的法律风险由使用者自行承担
如有平台方要求移除相关接口,请及时联系我们处理
项目维护者不承担任何直接或间接的损失责任
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA modern multi-platform hot news aggregation server based on FastMCP that supports real-time hot topics data collection from 13+ major platforms including Zhihu, Weibo, Baidu, and Bilibili.Last updated3MIT
- AlicenseBqualityFmaintenanceOne-stop aggregation service of hot trends across the entire network based on the Model Context Protocol (MCP) protocol, supporting real-time updates and multi-data source expansion.Last updated212Apache 2.0
- AlicenseAqualityDmaintenanceAn aggregator for real-time hot topics and news from major social and financial platforms like Zhihu, Bilibili, and Wall Street News. It features an MCP server that allows AI models to fetch and analyze trending information for automated insights.Last updated17GPL 3.0
- Alicense-qualityDmaintenanceA Python-based MCP server that aggregates real-time trending topics and news from over 30 sources including social media, technology, and finance platforms. It enables AI applications to retrieve the latest hot searches and news from major services like Weibo, Baidu, and IT Home through a unified interface.Last updated31MIT
Related MCP Connectors
Free remote MCP server for fetching public web pages through a rotating proxy pool.
Trending/new/changed MCP servers: a liveness-probed freshness index + x402-paid change-data API
MCP server for accessing curated awesome list documentation
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Micro66/daily-hot-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server