Daily-Brief

abab754/Daily-Brief
★ 0 stars TypeScript Security Updated today
MCP Server which allows users to sign in to their Google accounts with OAuth and can then ask their LLM companion about their schedule.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "daily-brief": {
      "command": "npx",
      "args": [
        "-y",
        "abab754/Daily-Brief"
      ]
    }
  }
}