keep-mcp
If you are the rightful owner of keep-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP server for Google Keep
The keep-mcp server is a Model Context Protocol (MCP) server designed to interface with Google Keep. It allows users to manage their Google Keep notes programmatically through a set of defined operations. The server requires user credentials, specifically a Google email and a master token, to authenticate and perform actions on behalf of the user. The server supports operations such as finding, creating, updating, and deleting notes. It is designed to be safe by default, restricting modifications to notes created by the server itself unless explicitly overridden by the user. The server can be easily integrated into existing MCP setups and is distributed via PyPI, allowing for straightforward installation and updates.
Features
- find: Search for notes based on a query string
- create_note: Create a new note with title and text (automatically adds keep-mcp label)
- update_note: Update a note's title and text
- delete_note: Mark a note for deletion