MCP server for AI Daily Insights — list, fetch and search the daily AI briefing (aidailyinsights.cn)
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
claude mcp add ai-daily-insights-mcp -- npx -y ai-daily-insights-mcp{
"mcpServers": {
"ai-daily-insights-mcp": {
"command": "npx",
"args": ["-y", "ai-daily-insights-mcp"]
}
}
}MCP Servers overview
# ai-daily-insights-mcp
A [Model Context Protocol](https://modelcontextprotocol.io) server for **[AI Daily Insights](https://www.aidailyinsights.cn)** — a daily AI briefing built for both humans and agents.
It lets any MCP-capable assistant (Claude Desktop, Claude Code, Cursor, …) list, read and search the daily AI news, fully structured — no HTML scraping.
## Tools
| Tool | What it does |
| --- | --- |
| `get_latest()` | The newest issue with all its news items in one call. |
| `list_latest(limit=5)` | List recent issues: date, title, summary, tags, URLs. |
| `get_article(date)` | Fetch one issue (`YYYY-MM-DD`), parsed into news items `{index, title, signal, body}`. |
| `get_range(from, to, limit=14)` | Every issue in a date range (e.g. the past week), fetched in parallel. |
| `list_by_tag(tag, limit=10)` | Issues carrying a given tag (company/topic), matched case-insensitively. |
| `search(query, tag, limit=10)` | Full-text + tag search across all news items, in one server-side call. |
Data comes from the public JSON endpoints (`/index.json`, `/{date}.json`, `/search`) — the server is stateless and needs no API key. Responses are cached in-memory briefly (default 5 min, override with `AI_DAILY_CACHE_TTL_MS`) to avoid hammering the site on repeated calls.
## Use it
### Claude Code
```bash
claude mcp add ai-daily-insights -- npx -y ai-daily-insights-mcp
```
### Claude Desktop / Cursor (config file)
```json
{
"mcpServers": {
"ai-daily-insights": {
"command": "npx",
"args": ["-y", "ai-daily-insights-mcp"]
}
}
}
```
Then ask: *"用 ai-daily-insights 列出最近 5 天的 AI 资讯,挑 SpaceX 相关的讲讲。"*
## Config
| Env var | Default | Purpose |
| --- | --- | --- |
| `AI_DAILY_BASE_URL` | `https://www.aidailyinsights.cn` | Override the site origin (e.g. a preview deploy). |
| `AI_DAILY_CACHE_TTL_MS` | `300000` | In-memory cache TTL for fetched JSON, in milliseconds. |
## Develop
```bash
npm install
npm test
npm run inspect # opens the MCP Inspector
```
Requires Node.js 20 or newer. Every tool declares explicit MCP safety annotations,
validates its inputs with Zod, and converts upstream failures into structured MCP
error results.
## License
MIT
What people ask about ai-daily-insights-mcp
What is WhaleCupl/ai-daily-insights-mcp?
+
WhaleCupl/ai-daily-insights-mcp is mcp servers for the Claude AI ecosystem. MCP server for AI Daily Insights — list, fetch and search the daily AI briefing (aidailyinsights.cn) It has 0 GitHub stars and its last recorded update is dated 2026-09-13.
How do I install ai-daily-insights-mcp?
+
You can install ai-daily-insights-mcp by cloning the repository (https://github.com/WhaleCupl/ai-daily-insights-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is WhaleCupl/ai-daily-insights-mcp safe to use?
+
Our security agent has analyzed WhaleCupl/ai-daily-insights-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.
Who maintains WhaleCupl/ai-daily-insights-mcp?
+
WhaleCupl/ai-daily-insights-mcp is maintained by WhaleCupl. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.
Are there alternatives to ai-daily-insights-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy ai-daily-insights-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/whalecupl-ai-daily-insights-mcp)<a href="https://claudewave.com/repo/whalecupl-ai-daily-insights-mcp"><img src="https://claudewave.com/api/badge/whalecupl-ai-daily-insights-mcp" alt="Featured on ClaudeWave: WhaleCupl/ai-daily-insights-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
The fastest path to AI-powered full stack observability, even for lean teams.