MCP Server which allows users to sign in to their Google accounts with OAuth and can then ask their LLM companion about their schedule.
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"
]
}
}
}
Run in terminal:
claude mcp add daily-brief npx -y abab754/Daily-Brief
Add to .cursor/mcp.json:
{
"mcpServers": {
"daily-brief": {
"command": "npx",
"args": [
"-y",
"abab754/Daily-Brief"
]
}
}
}