ai-daily-insights-mcp
About
List, fetch and search AI Daily Insights — a Chinese daily AI-industry briefing built for agents.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
AI_DAILY_CACHE_TTL_MSClaude Code
claude mcp add --env AI_DAILY_CACHE_TTL_MS= ai-daily-insights-mcp -- npx ai-daily-insights-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"ai-daily-insights-mcp","command":"npx","args":["ai-daily-insights-mcp"],"env":{"AI_DAILY_CACHE_TTL_MS":""}}'
JSON
{
"mcpServers": {
"ai-daily-insights-mcp": {
"command": "npx",
"args": [
"ai-daily-insights-mcp"
],
"env": {
"AI_DAILY_CACHE_TTL_MS": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.