ai-daily-insights-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., "@ai-daily-insights-mcpList the latest 5 AI news items"
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.
ai-daily-insights-mcp
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 |
| The newest issue with all its news items in one call. |
| List recent issues: date, title, summary, tags, URLs. |
| Fetch one issue ( |
| Every issue in a date range (e.g. the past week), fetched in parallel. |
| Issues carrying a given tag (company/topic), matched case-insensitively. |
| 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.
Related MCP server: Daily News MCP Server
Use it
Claude Code
claude mcp add ai-daily-insights -- npx -y ai-daily-insights-mcpClaude 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 |
|
| Override the site origin (e.g. a preview deploy). |
|
| In-memory cache TTL for fetched JSON, in milliseconds. |
Develop
npm install
npm run inspect # opens the MCP InspectorLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- 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/WhaleCupl/ai-daily-insights-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server