mcp-google-keep

🧰 Tools

Full reference for all 18 Google Keep tools — notes, list items, labels, and collaborators.

mcp-google-keep exposes 18 tools across four groups. Destructive tools (delete_note, delete_label) require an explicit confirm: true before they act.

📒 Notes

ToolDescription
list_notesList / search notes — filter by text query, labels, colours, pinned / archived / trashed
get_noteFetch a single note by ID
create_text_noteCreate a plain-text note with optional title
create_list_noteCreate a checklist note with initial items
update_noteUpdate title, text, pin, archive, colour, or add / remove labels
restore_noteRestore a trashed note
delete_noteMove to trash — requires confirm: true

Colour values

update_note and the colors filter on list_notes accept these values:

DEFAULT, RED, ORANGE, YELLOW, GREEN, TEAL, BLUE, CERULEAN, PURPLE, PINK, BROWN, GRAY.

☑️ List items

ToolDescription
add_list_itemAppend a single item to an existing checklist
update_list_itemsReplace all items in a checklist (full state replacement)
sort_list_itemsSort checklist items alphabetically
indent_list_itemNest a list item under a parent item
dedent_list_itemRemove indentation from a nested list item

For indent_list_item and dedent_list_item, pass item IDs obtained from list_notes or get_note.

🏷️ Labels

ToolDescription
list_labelsList all labels
create_labelCreate a new label
rename_labelRename an existing label
delete_labelDelete a label and remove it from all notes — requires confirm: true

👥 Collaborators

ToolDescription
add_collaboratorShare a note with another user by email
remove_collaboratorRemove a collaborator from a note by email

Total: 18 tools — 7 notes, 5 list items, 4 labels, 2 collaborators.

On this page