aihot-mcp
Description
# AI HOT MCP Server 让 Claude Code 直接获取 AI 行业日报和最新动态,数据来自 [aihot.virxact.com](https://aihot.virxact.com)。 无需 API Key,开箱即用。 [](https://www.npmjs.com/package/aihot-mcp) [。 无需 API Key,开箱即用。 [](https://www.npmjs.com/package/aihot-mcp) [](https://registry.modelcontextprotocol.io)…
Details
- Author
- Jing7ao
- Downloads
- 267
- Categories
- Other
Jump to
- No API key required, free tier available
- Free tier: 50 search queries per day
- Pro tier: unlimited queries plus historical daily reports
- Daily reports organized by five sections: model launches, product launches, industry news, papers, and tips/opinions
- Covers major AI companies and global sources (OpenAI, Anthropic, Google, Meta, etc.)
- Four tools: get_ai_daily, search_ai_news, list_ai_dailies, verify_license
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
aihot-mcpCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Install the server globally via npm install -g aihot-mcp, then add it to your ~/.claude/mcp.json configuration. In Claude Code, you can ask natural language questions like “What’s big in AI today?” or “AI papers from last week.” For Pro users, set the LICENSE_KEY environment variable to unlock unlimited queries.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"aihot-mcp": {
"aihot": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
}
}
McpServers
{
"aihot": {
"command": "node",
"args": [
"dist/index.js"
]
}
}
AI HOT MCP Server
让 Claude Code 直接获取 AI 行业日报和最新动态,数据来自 aihot.virxact.com。
无需 API Key,开箱即用。
安装
npm install -g aihot-mcp
配置
编辑 ~/.claude/mcp.json:
{
"mcpServers": {
"aihot": {
"command": "node",
"args": ["aihot-mcp"]
}
}
}
使用示例
在 Claude Code 中直接问:
- 「今天 AI 圈有什么大事?」
- 「最近一周的 AI 论文」
- 「OpenAI 最近发了什么?」
- 「看看 5 月 20 号的 AI 日报」
---
定价
| 等级 | 价格 | 搜索查询 |
|------|------|----------|
| Free | 免费 | 50 次/天 |
| Pro | ¥70/年 | 无限查询 + 历史日报 |
---
工具
| 工具 | 说明 |
|------|------|
| get_ai_daily | 获取 AI HOT 日报(最新一期或指定日期) |
| search_ai_news | 搜索 AI 动态,支持分类/关键词/时间范围 |
| list_ai_dailies | 浏览日报归档列表 |
| verify_license | 查看 License 激活状态 |
数据覆盖
日报按五个版块组织:模型发布、产品发布、行业动态、论文研究、技巧与观点。覆盖 OpenAI、Anthropic、Google、Meta 等主要 AI 公司和全球 AI 资讯源。
License
Free tier 每天 50 次搜索查询。购买 Pro 后获得 License Key,配置到 LICENSE_KEY 环境变量即可无限使用。
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



