
wlater-McpServer
β 3from briansbrian
Unofficial Google Keep MCP server - (Personal Accounts) AI powered access
wlater MCP Server
Connect your AI assistant to Google Keep. Search, read, and manage your notes and lists through natural conversation.
Features
What You Can Do:
- β Search and read all your notes
- β Filter by labels, colors, pins, and archived status
- β View attached images, drawings, and audio
- β Create new notes and todo lists
- β Check off items on your shopping lists
- β Update note content, titles, and colors
- β Pin important notes and archive old ones
- β Organize with labels
- β Sort your lists alphabetically
- β Share notes with collaborators
How It Keeps You Safe:
- π Your login credentials are stored securely in your system keyring
- π Preview every change before it's saved
- π« Can't delete notes ,Only Trash\Untrash (use Google Keep app for that)
- βΈοΈ All changes wait for your approvalβnothing happens automatically
Security
- Credentials stored in your system keyring (Windows Credential Locker, macOS Keychain, Linux Secret Service)
- Preview all changes before syncing
- No automatic modifications
- Delete operations not exposed
Links
Installation
pip install wlater-mcpSetup
Quick Setup (Automated)
For automated authentication with Selenium:
pip install selenium
wlater-setup tokenA browser window will openβjust log in to your Google account and the token will be extracted automatically.
Manual Setup
If you prefer manual setup or automated doesn't work:
wlater-setupYou'll need your master token. Get it from:
Configuration
Add to your MCP client's config file:
For VS Code (.vscode/mcp.json):
{
"servers": {
"wlater": {
"command": "python",
"args": ["-m", "wlater_mcp.server"]
}
}
}For Claude Desktop,KIRO or other MCP clients:
{
"mcpServers": {
"wlater": {
"command": "python",
"args": ["-m", "wlater_mcp.server"],
"disabled": false
}
}
}Restart your AI assistant and you're ready!
Usage
Talk to your AI naturally:
- "Show me all my pinned notes"
- "What's on my shopping list?"
- "Find notes with images attached"
- "Check off 'buy milk' from my grocery list"
- "Create a note called 'Meeting Notes'"
- "Add 'call dentist' to my todo list"
- "Find notes labeled 'work'"
- "Make my important note red and pin it"
- "Sort my shopping list alphabetically"
All changes are previewed before being saved to Google Keep.
Troubleshooting
"Master token not found"
wlater-setup"Authentication failed"
Your token may have expired. Re-run setup.
Server not appearing
Check your config file paths and restart your MCP client.
After StartUP, the Mcp connection in IDE may fail Just run -
wlater-setupThis is to initialize the mcp, Then Opt "N" and do not reconfigure. This protects open access to your credentials in your machine on every start.
Automated method doesnt work Make sure you have installed: -Selenium -Webdriver (important)
Licensed under MITβ you can use, modify, and redistribute it under that license's terms.
License
MIT License - See LICENSE for details