Ai Daily Insights
БесплатноНе проверенEnables listing, reading, and searching daily AI news from AI Daily Insights with structured tools and no API key required.
Описание
Enables listing, reading, and searching daily AI news from AI Daily Insights with structured tools and no API key required.
README
A Model Context Protocol server for AI Daily Insights — 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
claude mcp add ai-daily-insights -- npx -y ai-daily-insights-mcp
Claude Desktop / Cursor (config file)
{
"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
npm install
npm run inspect # opens the MCP Inspector
License
MIT
Установка Ai Daily Insights
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/WhaleCupl/ai-daily-insights-mcpFAQ
Ai Daily Insights MCP бесплатный?
Да, Ai Daily Insights MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Ai Daily Insights?
Нет, Ai Daily Insights работает без API-ключей и переменных окружения.
Ai Daily Insights — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Ai Daily Insights в Claude Desktop, Claude Code или Cursor?
Открой Ai Daily Insights на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Ai Daily Insights with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
