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 |
| List recent issues: date, title, summary, tags, URLs. |
| Fetch one issue ( |
| Keyword search across every issue's titles and bodies. |
Data comes from the public JSON endpoints (/index.json, /{date}.json) — the server is stateless and needs no API key.
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). |
Develop
npm install
npm run inspect # opens the MCP InspectorLicense
MIT
This server cannot be installed
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
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