Keep-MCP is a Python-based MCP server that provides a bridge to Google Keep, allowing AI assistants to search, create, update, and delete notes. Developed by Jannik Feuerhahn, it uses the gkeepapi library to authenticate with Google's services via master tokens, and includes safety features that restrict modification operations to notes with a specific 'keep-mcp' label unless explicitly overridden. The server exposes four main tools for note management while handling authentication and serialization behind the scenes, making it particularly useful for users who want to integrate note-taking capabilities into their AI workflows.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Search notes with optional filters for labels, colors, pinned, archived, and trashed.
Get a single note by ID.
Create a new note with title and text (automatically adds keep-mcp label).
Create a checklist note.
Update a note's title and text.
Add an item to a checklist note.
Update checklist item text and checked state.
Delete a checklist item.
Set a note color (valid values: DEFAULT, RED, ORANGE, YELLOW, GREEN, TEAL, BLUE, CERULEAN, PURPLE, PINK, BROWN, GRAY).
Pin or unpin a note.
Archive or unarchive a note.
Move a note to trash.
Restore a trashed/deleted note.
Mark a note for deletion.
List labels.
Create a label.
Delete a label.
Add a label to a note.
Remove a label from a note.
List collaborator emails for a note.
Add a collaborator email to a note.
Remove a collaborator email from a note.
List media blobs for a note (with media links).