MCP Servers / productivity / Google Keep

Google Keep

JSON →
none76productivity

Read, create, update and delete Google Keep notes.

Install
How to run this server
[ { "cmd": "pip install --python", "imports": [] } ]
server path: google-keep
Tools
What this server exposes
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)
Configuration
Environment & auth
authnone
envGOOGLE_MASTER_TOKEN
envPYPI_API_TOKEN
Resources
Google Keep — MCP Server · libregistry