Skip to main content
ClaudeWave
WhaleCupl avatar
WhaleCupl

ai-daily-insights-mcp

Ver en GitHub

MCP server for AI Daily Insights — list, fetch and search the daily AI briefing (aidailyinsights.cn)

MCP ServersRegistry oficial0 estrellas0 forksJavaScriptMITActualizado today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: NPX · ai-daily-insights-mcp
Claude Code CLI
claude mcp add ai-daily-insights-mcp -- npx -y ai-daily-insights-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "ai-daily-insights-mcp": {
      "command": "npx",
      "args": ["-y", "ai-daily-insights-mcp"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# 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

Lo que la gente pregunta sobre ai-daily-insights-mcp

¿Qué es WhaleCupl/ai-daily-insights-mcp?

+

WhaleCupl/ai-daily-insights-mcp es mcp servers para el ecosistema de Claude AI. MCP server for AI Daily Insights — list, fetch and search the daily AI briefing (aidailyinsights.cn) Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-13.

¿Cómo se instala ai-daily-insights-mcp?

+

Puedes instalar ai-daily-insights-mcp clonando el repositorio (https://github.com/WhaleCupl/ai-daily-insights-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar WhaleCupl/ai-daily-insights-mcp?

+

Nuestro agente de seguridad ha analizado WhaleCupl/ai-daily-insights-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene WhaleCupl/ai-daily-insights-mcp?

+

WhaleCupl/ai-daily-insights-mcp es mantenido por WhaleCupl. La última actividad registrada en GitHub es del 2026-09-13, con 0 issues abiertos.

¿Hay alternativas a ai-daily-insights-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega ai-daily-insights-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: WhaleCupl/ai-daily-insights-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/whalecupl-ai-daily-insights-mcp)](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>

Más MCP Servers

Alternativas a ai-daily-insights-mcp