Google Keep
JSON →Read, create, update and delete Google Keep notes.
Install
pip install --python Tools · 23
- find Search notes with optional filters for labels, colors, pinned, archived, and trashed
- get_note Get a single note by ID
- create_note Create a new note with title and text (automatically adds keep-mcp label)
- create_list Create a checklist note
- update_note Update a note's title and text
- add_list_item Add an item to a checklist note
- update_list_item Update checklist item text and checked state
- delete_list_item Delete a checklist item
- set_note_color Set a note color (valid values: DEFAULT, RED, ORANGE, YELLOW, GREEN, TEAL, BLUE, CERULEAN, PURPLE, PINK, BROWN, GRAY)
- pin_note Pin or unpin a note
- archive_note Archive or unarchive a note
- trash_note Move a note to trash
- restore_note Restore a trashed/deleted note
- delete_note Mark a note for deletion
- list_labels List labels
- create_label Create a label
- delete_label Delete a label
- add_label_to_note Add a label to a note
- remove_label_from_note Remove a label from a note
- list_note_collaborators List collaborator emails for a note
- add_note_collaborator Add a collaborator email to a note
- remove_note_collaborator Remove a collaborator email from a note
- list_note_media List media blobs for a note (with media links)
Environment variables
GOOGLE_MASTER_TOKENPYPI_API_TOKEN
Links
★ 76 GitHub stars