Daily-Brief

abab754/Daily-Brief
★ 0 stars TypeScript Security Updated 1mo ago
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 → 🔍 Audit Wallet Slippage →

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"
      ]
    }
  }
}